Method EvaluateOrientation
EvaluateOrientation(float)
Get the orientation the curve at a point along the path.
Declaration
public virtual Quaternion EvaluateOrientation(float pos)
Parameters
Type | Name | Description |
---|---|---|
float | pos | Postion along the path. Need not be standardized. |
Returns
Type | Description |
---|---|
Quaternion | World-space orientation of the path |