Package | Description |
---|---|
org.apache.commons.geometry.euclidean.threed.mesh |
This package contains types representing 3D mesh data structures.
|
Modifier and Type | Interface and Description |
---|---|
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 | Method and Description |
---|---|
Mesh<F> |
Mesh.transform(Transform<Vector3D> transform)
Return a new, transformed mesh by applying the given transform to
all vertices.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.