Vector3::UnitX Property

Gets the vector (1,0,0).

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

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

Property Value

Type: System.Numerics::Vector3
The vector (1,0,0).
Show: