ContinousCurveCalculator MethodsBigBangProductions Easy Curves
The ContinousCurveCalculator type exposes the following members.
Methods

  NameDescription
Public methodCalculate
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))

Public methodCalculateAtDistance
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))

Back to Top
See Also