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

# Functions

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

# Structs

PointTangent contains a point and a tangent at that point.
T holds the data to define a hermit spline.