| TriangleNormal Property |
Gets the normal.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public Vector3F Normal { get; }
Public ReadOnly Property Normal As Vector3F
Get
public:
property Vector3F Normal {
Vector3F get ();
}
member Normal : Vector3F with get
Property Value
Type:
Vector3FThe normal.
Remarks
If the triangle is degenerate, an arbitrary normalized vector is returned.
See Also