Method EvaluateTangent
EvaluateTangent(float)
Get the tangent of the curve at a point along the path.
선언
public abstract Vector3 EvaluateTangent(float pos)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | pos | Postion along the path. Need not be standardized. |
반환
타입 | 설명 |
---|---|
Vector3 | World-space direction of the path tangent. Length of the vector represents the tangent strength |