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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundarySource3D
Extension of the
BoundarySource interface for Euclidean 3D space. |
Modifier and Type | Class and Description |
---|---|
class |
BoundaryList3D
BoundarySource3D implementation that uses boundaries stored in
a list. |
class |
ConvexVolume
Class representing a finite or infinite convex volume in Euclidean 3D space.
|
class |
RegionBSPTree3D
Binary space partitioning (BSP) tree representing a region in three dimensional
Euclidean space.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Mesh<F extends Mesh.Face>
Interface representing a 3D mesh data structure.
|
interface |
TriangleMesh
Interface representing a mesh composed entirely of triangular faces.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTriangleMesh
A simple implementation of the
TriangleMesh interface. |
Modifier and Type | Class and Description |
---|---|
class |
Parallelepiped
Class representing parallelepipeds, i.e.
|
class |
Sphere
Class representing a 3 dimensional sphere in Euclidean space.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.