Inverts the direction of the normal vector by swapping vertex 2 and vertex 3.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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.