See: Description
Interface | Description |
---|---|
Mesh<F extends Mesh.Face> |
Interface representing a 3D mesh data structure.
|
Mesh.Face |
Interface representing a single face in a mesh.
|
TriangleMesh |
Interface representing a mesh composed entirely of triangular faces.
|
TriangleMesh.Face |
Interface representing a single triangular face in a mesh.
|
Class | Description |
---|---|
SimpleTriangleMesh |
A simple implementation of the
TriangleMesh interface. |
SimpleTriangleMesh.Builder |
Builder class for creating mesh instances.
|
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.