Table of Contents

Method EvaluateScale

Namespace
Pinwheel.Griffin.SplineTool
Assembly
Pinwheel.Polaris.Runtime.dll

EvaluateScale(int, float)

Calculate the scale at a point along the spline.

public Vector3 EvaluateScale(int segmentIndex, float t)

Parameters

segmentIndex int

Index of the segment.

t float

Relative position along the segment, in range [0,1]

Returns

Vector3

The scale in local space of the spline.