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