Curve CalculateContinous Method BigBangProductions Easy Curves
Calcualtes a plane continously for the given segment index

Namespace: BigBangProductions.CurveRuntime.Splines
Assembly: BigBangProductions.CurveRuntime (in BigBangProductions.CurveRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public RotatedPoint CalculateContinous(
	int index,
	float s
)

Parameters

index
Type: System Int32
The index of the segment you want to calculate (between 0 and ControlPointCount)
s
Type: OnlineSystem Single
The offset on the segment (between 0 and 1)

Return Value

Type: RotatedPoint
the plane
See Also