package
0.0.0-20240502073936-1137f6adf7e9
Repository: https://github.com/ungerik/go3d.git
Documentation: pkg.go.dev

# Functions

Length returns the length of a cubic bezier spline from p0 to t (0,1).
Parse parses T from a string.
Point returns a point on a cubic bezier spline at t (0,1).
Tangent returns a tangent on a cubic bezier spline at t (0,1).

# Structs

T holds the data to define a cubic bezier spline.