| Matrix44FTranslation 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 Vector3F Translation { get; set; }
<XmlIgnoreAttribute>
<ContentSerializerIgnoreAttribute>
Public Property Translation As Vector3F
Get
Set
public:
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
property Vector3F Translation {
Vector3F get ();
void set (Vector3F value);
}
[<XmlIgnoreAttribute>]
[<ContentSerializerIgnoreAttribute>]
member Translation : Vector3F with get, set
Property Value
Type:
Vector3FThe translation vector of the matrix.
See Also