Creates new spline instance, performing the interpolation immediately when the class is constructed.
points to be interpolated
how many additional interpolated points will be added to each line segment
interpolated/resulting normals
interpolated/resulting points
interpolated/resulting tangents
Returns tangent vector for spline end point
first point
following point
tangent vector
Returns tangent vector of a line between two points
first point of the spline
second point of the spline
tangent vector
Returns normal vector for the provided tangent
tangent
vector perpendicular to the tangent
Interpolates given set of points
points to be interpolated
number of subdivisions
Performs cubic interpolation of given positions
first point
tangent for the first point
second point
tangent for the second point
interpolation parameter
interpolated position
Performs cubic interpolation of the given tangents. First derivative of the interpolatePositionCubic function.
first point
tangent for the first point
second point
tangent for the second point
interpolation parameter
interpolated tangent
Generated using TypeDoc
Hermit spline / Catmull–Rom spline to interpolate given set of points
If you want to interpolate structural data, go for (Cg)Spline classes as they work better.