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

Vector3::Zero Property

Gets a vector whose 3 elements are equal to zero.

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

public:
static property Vector3 Zero {
	Vector3 get ();
}

Property Value

Type: System.Numerics::Vector3
A vector whose three elements are equal to zero (that is, it returns the vector (0,0,0).
Show:
© 2017 Microsoft