| PoseDInverse Property |
Gets the inverse of this pose.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public PoseD Inverse { get; }
Public ReadOnly Property Inverse As PoseD
Get
public:
property PoseD Inverse {
PoseD get ();
}
member Inverse : PoseD with get
Property Value
Type:
PoseDAn inverse of this pose.
See Also