Sets the normalized normal vector of a mesh triangle.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public void UpdateMeshTriangleNormalVector(
	MeshTriangle it
)
Visual Basic (Declaration)
Public Sub UpdateMeshTriangleNormalVector ( _
	it As MeshTriangle _
)
Visual C++
public:
void UpdateMeshTriangleNormalVector(
	MeshTriangle^ it
)

Parameters

it
Type: ceometric.ComputationalGeometry..::.MeshTriangle
An mesh triangle.

See Also