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.
|
Class and Description |
---|
TriangleMesh
Interface representing a mesh composed entirely of triangular faces.
|
Class and Description |
---|
Mesh
Interface representing a 3D mesh data structure.
|
Mesh.Face
Interface representing a single face in a mesh.
|
SimpleTriangleMesh
A simple implementation of the
TriangleMesh 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.
|
Class and Description |
---|
TriangleMesh
Interface representing a mesh composed entirely of triangular faces.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.