Method EvaluatePattern
EvaluatePattern(float)
Query the pattern at a specific time.
Declaration
public virtual Pose EvaluatePattern(float t)
Parameters
Type | Name | Description |
---|---|---|
float | t | Time to query, in seconds. |
Returns
Type | Description |
---|---|
Pose | The pose sampled at the given time. |