ContinousCurveCalculator CalculateAtDistance 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 CalculateAtDistance(
	float targetDistance
)

Parameters

targetDistance
Type: OnlineSystem Single
The distance on the curve in units (between 0 and curve.Length

Return Value

Type: RotatedPoint
The Plane for the offset
See Also