Method EvaluateOrientation
EvaluateOrientation(float)
Get the orientation the curve at a point along the path.
선언
public override Quaternion EvaluateOrientation(float pos)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | pos | Postion along the path. Need not be normalized. |
반환
타입 | 설명 |
---|---|
Quaternion | World-space orientation of the path, as defined by tangent, up, and roll. |