Calcualtes a plane continously for the given segment index
Namespace: BigBangProductions.CurveRuntime.SplinesAssembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- index
- Type: System Int32
The index of the segment you want to calculate (between 0 and ControlPointCount)
- s
- Type: System Single
The offset on the segment (between 0 and 1)
Return Value
Type: RotatedPointthe plane
See Also