Gets the triangle normal. If degenerate it will be normalised, but
the direction may be wrong!
Namespace: JigLibX.GeometryAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public Vector3 Normal { get; } |
Visual Basic |
---|
Public ReadOnly Property Normal As Vector3 Get |
Visual C++ |
---|
public: property Vector3 Normal { Vector3 get (); } |