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