| Matrix44DTranslation Property |
Gets or sets the translation vector (
M03,
M13,
M23)
of the matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax [XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Vector3D Translation { get; set; }
<XmlIgnoreAttribute>
<ContentSerializerIgnoreAttribute>
Public Property Translation As Vector3D
Get
Set
public:
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
property Vector3D Translation {
Vector3D get ();
void set (Vector3D value);
}
[<XmlIgnoreAttribute>]
[<ContentSerializerIgnoreAttribute>]
member Translation : Vector3D with get, set
Property Value
Type:
Vector3DThe translation vector of the matrix.
See Also