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