|
Plane3XAxis Property
|
Gets the plane x-axis.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3 XAxis { get; }
Public ReadOnly Property XAxis As Vector3
Get
public:
property Vector3 XAxis {
Vector3 get ();
}
member XAxis : Vector3 with get
Property Value
Type:
Vector3
See Also