Uses of Package
org.apache.commons.geometry.euclidean.threed.mesh
-
Packages that use org.apache.commons.geometry.euclidean.threed.mesh Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components.org.apache.commons.geometry.euclidean.threed.mesh This package contains types representing 3D mesh data structures.org.apache.commons.geometry.euclidean.threed.shape This package provides utilities for constructing basic 3D shapes.org.apache.commons.geometry.io.euclidean.threed This package contains the core interfaces and classes providing IO functionality for Euclidean 3D space.org.apache.commons.geometry.io.euclidean.threed.obj This package contains types for reading and writing the OBJ geometric data file format.org.apache.commons.geometry.io.euclidean.threed.stl This package contains types for reading and writing the STL geometric data file format. -
Classes in org.apache.commons.geometry.euclidean.threed.mesh used by org.apache.commons.geometry.euclidean.threed Class Description TriangleMesh Interface representing a mesh composed entirely of triangular faces. -
Classes in org.apache.commons.geometry.euclidean.threed.mesh used by org.apache.commons.geometry.euclidean.threed.mesh Class Description Mesh Interface representing a 3D mesh data structure.Mesh.Face Interface representing a single face in a mesh.SimpleTriangleMesh A simple implementation of theTriangleMesh
interface.SimpleTriangleMesh.Builder Builder class for creating mesh instances.TriangleMesh Interface representing a mesh composed entirely of triangular faces.TriangleMesh.Face Interface representing a single triangular face in a mesh. -
Classes in org.apache.commons.geometry.euclidean.threed.mesh used by org.apache.commons.geometry.euclidean.threed.shape Class Description SimpleTriangleMesh A simple implementation of theTriangleMesh
interface.SimpleTriangleMesh.Builder Builder class for creating mesh instances.TriangleMesh Interface representing a mesh composed entirely of triangular faces. -
Classes in org.apache.commons.geometry.euclidean.threed.mesh used by org.apache.commons.geometry.io.euclidean.threed Class Description TriangleMesh Interface representing a mesh composed entirely of triangular faces. -
Classes in org.apache.commons.geometry.euclidean.threed.mesh used by org.apache.commons.geometry.io.euclidean.threed.obj Class Description Mesh Interface representing a 3D mesh data structure.SimpleTriangleMesh.Builder Builder class for creating mesh instances.TriangleMesh Interface representing a mesh composed entirely of triangular faces. -
Classes in org.apache.commons.geometry.euclidean.threed.mesh used by org.apache.commons.geometry.io.euclidean.threed.stl Class Description TriangleMesh Interface representing a mesh composed entirely of triangular faces.