Package empro :: Module empro :: Module geometry :: Class MeshFacet
[frames] | no frames]

Class MeshFacet

A mesh facet is a part of a triangular mesh. See TriangleMesh.

Class Hierarchy for MeshFacet
Class Hierarchy for MeshFacet

Instance Methods
bool
isDoubleSided()
Returns True when the triangle is double sided.
Vector3d
normal()
Returns the normal of the mesh facet.
Vector3d
vertexA()
Returns vertex A of the facet.
Vector3d
vertexB()
Returns vertex B of the facet.
Vector3d
vertexC()
Returns vertex C of the facet.