| PoseDHasTranslation Property |
Gets a value indicating whether the position is not 0.
Namespace: DigitalRune.GeometryAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool HasTranslation { get; }
Public ReadOnly Property HasTranslation As Boolean
Get
public:
property bool HasTranslation {
bool get ();
}
member HasTranslation : bool with get
Property Value
Type:
Boolean if the position describes a non-zero translation; otherwise,
.
See Also