Inverts the direction of the normal vector by swapping vertex 2 and vertex 3.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void InvertNormalVector()
Visual Basic (Declaration)
Public Sub InvertNormalVector
Visual C++
public:
void InvertNormalVector()

Remarks

Inverting the direction of the normal vector is done by swapping vertex 2 and vertex 3.

See Also