Uses of Interface
org.apache.commons.geometry.euclidean.threed.mesh.Mesh.Face
Packages that use Mesh.Face
Package
Description
This package contains types representing 3D mesh data structures.
-
Uses of Mesh.Face in org.apache.commons.geometry.euclidean.threed.mesh
Classes in org.apache.commons.geometry.euclidean.threed.mesh with type parameters of type Mesh.FaceModifier and TypeInterfaceDescriptioninterface
Interface representing a 3D mesh data structure.Subinterfaces of Mesh.Face in org.apache.commons.geometry.euclidean.threed.meshModifier and TypeInterfaceDescriptionstatic interface
Interface representing a single triangular face in a mesh.Classes in org.apache.commons.geometry.euclidean.threed.mesh that implement Mesh.FaceModifier and TypeClassDescriptionprivate final class
Internal implementation ofTriangleMesh.Face
.