The ContinousCurveCalculator type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Calculate |
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)) | |
| CalculateAtDistance |
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)) |
See Also