//
pkg.gl
Category
github.com/ungerik/go3d
float64
hermit3
package
0.0.0-20240502073936-1137f6adf7e9
Repository:
https://github.com/ungerik/go3d.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
2
Dependents
1
Files
101 SLOC
#
Functions
Length
Length returns the length of a hermit spline from pointA to t (0,1).
Parse
Parse parses T from a string.
Point
Point returns a point on a hermit spline at t (0,1).
Tangent
Tangent returns a tangent on a hermit spline at t (0,1).
#
Structs
PointTangent
PointTangent contains a point and a tangent at that point.
T
T holds the data to define a hermit spline.