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