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 | Method and Description |
---|---|
default TriangleMesh |
BoundarySource3D.toTriangleMesh(Precision.DoubleEquivalence precision)
Construct a triangle mesh from the boundaries in this instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTriangleMesh
A simple implementation of the
TriangleMesh interface. |
Modifier and Type | Method and Description |
---|---|
TriangleMesh |
TriangleMesh.transform(Transform<Vector3D> transform)
Return a new, transformed mesh by applying the given transform to
all vertices.
|
Modifier and Type | Method and Description |
---|---|
TriangleMesh |
Sphere.toTriangleMesh(int subdivisions)
Build an approximation of this sphere using a
TriangleMesh . |
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.