|
Vector3UnitZ Property
|
Gets the z-unit vector (0, 0, 1).
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic static Vector3 UnitZ { get; }
Public Shared ReadOnly Property UnitZ As Vector3
Get
public:
static property Vector3 UnitZ {
Vector3 get ();
}
static member UnitZ : Vector3 with get
Property Value
Type:
Vector3
See Also