Method TRS
- Namespace
- Pinwheel.Griffin.SplineTool
- Assembly
- Pinwheel.Polaris.Runtime.dll
TRS(int, float)
Calculate the transformation matrix at a point along the spline.
public Matrix4x4 TRS(int segmentIndex, float t)
Parameters
Returns
- Matrix4x4
The local to world matrix at that point.