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