Interface TriangleMesh.Face
- All Superinterfaces:
Mesh.Face
- All Known Implementing Classes:
SimpleTriangleMesh.SimpleTriangleFace
- Enclosing interface:
TriangleMesh
Interface representing a single triangular face in a mesh.
-
Method Summary
Modifier and TypeMethodDescriptionGet the first vertex in the face.Get the second vertex in the face.Get the third vertex in the face.Get the 3D polygon defined by this face.Methods inherited from interface Mesh.Face
definesPolygon, getIndex, getVertexIndices, getVertices
-
Method Details
-
getPoint1
-
getPoint2
-
getPoint3
-
getPolygon
Triangle3D getPolygon()Get the 3D polygon defined by this face.- Specified by:
getPolygonin interfaceMesh.Face- Returns:
- the 3D polygon defined by this face
- See Also:
-