Uses of Interface
org.apache.commons.geometry.euclidean.threed.mesh.Mesh
-
Packages that use Mesh Package Description org.apache.commons.geometry.euclidean.threed.mesh This package contains types representing 3D mesh data structures.org.apache.commons.geometry.io.euclidean.threed.obj This package contains types for reading and writing the OBJ geometric data file format. -
-
Uses of Mesh in org.apache.commons.geometry.euclidean.threed.mesh
Subinterfaces of Mesh in org.apache.commons.geometry.euclidean.threed.mesh Modifier and Type Interface Description interface
TriangleMesh
Interface representing a mesh composed entirely of triangular faces.Classes in org.apache.commons.geometry.euclidean.threed.mesh that implement Mesh Modifier and Type Class Description class
SimpleTriangleMesh
A simple implementation of theTriangleMesh
interface.Methods in org.apache.commons.geometry.euclidean.threed.mesh that return Mesh Modifier and Type Method Description Mesh<F>
Mesh. transform(Transform<Vector3D> transform)
Return a new, transformed mesh by applying the given transform to all vertices. -
Uses of Mesh in org.apache.commons.geometry.io.euclidean.threed.obj
Methods in org.apache.commons.geometry.io.euclidean.threed.obj with parameters of type Mesh Modifier and Type Method Description void
ObjWriter. writeMesh(Mesh<?> mesh)
Write a mesh to the output.
-