Package | Description |
---|---|
org.apache.commons.geometry.euclidean.threed.mesh |
This package contains types representing 3D mesh data structures.
|
Modifier and Type | Method and Description |
---|---|
TriangleMesh.Face |
SimpleTriangleMesh.getFace(int index)
Get a face from the mesh by its index.
|
Modifier and Type | Method and Description |
---|---|
Iterable<TriangleMesh.Face> |
SimpleTriangleMesh.faces()
Get an iterable containing all faces in the mesh.
|
List<TriangleMesh.Face> |
SimpleTriangleMesh.getFaces()
Get a list containing all faces in the mesh.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.