Method EvaluateTangent
EvaluateTangent(float)
Get the tangent of the curve at a point along the path.
Declaration
public virtual Vector3 EvaluateTangent(float pos)
Parameters
Type | Name | Description |
---|---|---|
float | pos | Postion along the path. Need not be standardized. |
Returns
Type | Description |
---|---|
Vector3 | World-space direction of the path tangent. Length of the vector represents the tangent strength |