ContinousCurveCalculator Calculate Method BigBangProductions Easy Curves
Used to calculate a point continiously along a curve along multiple segments

Continous 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))

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

public RotatedPoint Calculate(
	float offset
)

Parameters

offset
Type: OnlineSystem Single
The offset on the curve (between 0 and 1)

Return Value

Type: RotatedPoint
The Plane for the offset
See Also