Uses of Interface
org.apache.commons.geometry.euclidean.threed.mesh.Mesh.Face
-
Packages that use Mesh.Face Package Description org.apache.commons.geometry.euclidean.threed.mesh 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.Face Modifier and Type Interface Description interfaceMesh<F extends Mesh.Face>Interface representing a 3D mesh data structure.Subinterfaces of Mesh.Face in org.apache.commons.geometry.euclidean.threed.mesh Modifier and Type Interface Description static interfaceTriangleMesh.FaceInterface representing a single triangular face in a mesh.Classes in org.apache.commons.geometry.euclidean.threed.mesh that implement Mesh.Face Modifier and Type Class Description private classSimpleTriangleMesh.SimpleTriangleFaceInternal implementation ofTriangleMesh.Face.
-