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

Vector4::UnitW Property

Gets the vector (0,0,0,1).

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

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

Property Value

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