Uses of Package
org.apache.commons.geometry.euclidean.threed.mesh
Packages that use org.apache.commons.geometry.euclidean.threed.mesh
Package
Description
This package provides basic 3D geometry components.
This package contains types representing 3D mesh data structures.
This package provides utilities for constructing basic 3D shapes.
This package contains the core interfaces and classes providing IO
functionality for Euclidean 3D space.
This package contains types for reading and writing the
OBJ
geometric data file format.
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.meshClassDescriptionInterface representing a 3D mesh data structure.Interface representing a single face in a mesh.A simple implementation of the
TriangleMesh
interface.Builder class for creating mesh instances.Interface representing a mesh composed entirely of triangular faces.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.shapeClassDescriptionA simple implementation of the
TriangleMesh
interface.Builder class for creating mesh instances.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.objClassDescriptionInterface representing a 3D mesh data structure.Builder class for creating mesh instances.Interface representing a mesh composed entirely of triangular faces.
-