Method CreatePoseFragment
CreatePoseFragment(MetricIndex, SamplingTime)
Create a pose fragment from a sampling time.
Declaration
public Binary.PoseFragment CreatePoseFragment(Binary.MetricIndex metricIndex, SamplingTime samplingTime)
Parameters
| Type | Name | Description |
|---|---|---|
| Binary.MetricIndex | metricIndex | The metric defining the pose fragment layout. |
| SamplingTime | samplingTime | The sampling time that the pose fragment should be created for. |
Returns
| Type | Description |
|---|---|
| Binary.PoseFragment | The resulting pose fragment. |