Method EvaluatePosition
- Namespace
- Pinwheel.Griffin.SplineTool
- Assembly
- Pinwheel.Polaris.Runtime.dll
EvaluatePosition(int, float)
Calculate the position at a point along the spline.
public Vector3 EvaluatePosition(int segmentIndex, float t)
Parameters
Returns
- Vector3
The position in local space of the spline.