Method EvaluateLocalOrientation
EvaluateLocalOrientation(float)
Get the orientation the curve at a point along the path.
Declaration
public override Quaternion EvaluateLocalOrientation(float pos)
Parameters
Type | Name | Description |
---|---|---|
float | pos | Postion along the path. Need not be normalized. |
Returns
Type | Description |
---|---|
Quaternion | Local-space orientation of the path, as defined by tangent, up, and roll. |