Used to calculate a point continiously along a curve along multiple segments
Namespace: BigBangProductions.CurveRuntime.SplinesContinous calls of this method are optimized for continiously moving offset
It is guranteed that Distance(Calculate(0), Calculate(0.1)) == Distance(Calculate(0.1), Calculate(0.2))
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- offset
- Type: System Single
The offset on the curve (between 0 and 1)
Return Value
Type: RotatedPointThe Plane for the offset
See Also