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