Windows apps
Collapse the table of content
Expand the table of content

Vector4::UnitZ Property

Gets a vector whose 4 elements are equal to zero.

Namespace:  System.Numerics
Assembly:  System.Numerics.Vectors (in System.Numerics.Vectors.dll)

public:
static property Vector4 UnitZ {
	Vector4 get ();
}

Property Value

Type: System.Numerics::Vector4
The vector (0,0,1,0).
Show:
© 2017 Microsoft