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
- targetDistance
- Type: System Single
The distance on the curve in units (between 0 and curve.Length
Return Value
Type: RotatedPointThe Plane for the offset
See Also