LinearToInterpolationParam
public float LinearToInterpolationParam(float t) ;
Returns normal interpolation value of Bezier curve from linear interpolation value t.
Parameter Name | Description |
---|---|
t | 0-1 of value |
Returns normal interpolation value of Bezier curve.