Method RootTransformAtTime
RootTransformAtTime(float)
Calculates a root transform along the current trajectory at a sampling time in seconds passed as argument.
Declaration
public AffineTransform RootTransformAtTime(float sampleTimeInSeconds)
Parameters
Type | Name | Description |
---|---|---|
float | sampleTimeInSeconds | The sampling time in seconds. |
Returns
Type | Description |
---|---|
AffineTransform | Memory array that references the trajectory array. |