Curve CalculateUncontinous Method BigBangProductions Easy Curves
Calculates a plane on the position of the curve non-continously!

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

public RotatedPoint CalculateUncontinous(
	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