Click or drag to resize
DigitalRuneMatrix44FTranslation Property
Gets or sets the translation vector (M03, M13, M23) of the matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Vector3F Translation { get; set; }

Property Value

Type: Vector3F
The translation vector of the matrix.
See Also