Click or drag to resize

MatrixOrigin Property

The Origin of the Matrix

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public Vector3 Origin { get; set; }

Property Value

Type: Vector3
Remarks
Equivalent to
Vector3.TransformCoordinate(m, Vector3.Zero)
See Also