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 interface
Mesh<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 interface
TriangleMesh.Face
Interface 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 class
SimpleTriangleMesh.SimpleTriangleFace
Internal implementation ofTriangleMesh.Face
.
-