Method GetInverse
GetInverse(in Pose)
Creates the inverse pose, as if inverting the corresponding transformation matrix.
Declaration
public static Pose GetInverse(this in Pose pose)
Parameters
| Type | Name | Description |
|---|---|---|
| Pose | pose | The pose to invert. |
Returns
| Type | Description |
|---|---|
| Pose | The inverse pose. |