Click or drag to resize

MatrixZAxis Property

The Z-Axis of the Matrix

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

Property Value

Type: Vector3
Remarks
Equivalent to
Vector3.TransformNormal(m, Vector3.ZAxis)
See Also