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