public interface TriangleMesh extends Mesh<TriangleMesh.Face>
Modifier and Type | Interface and Description |
---|---|
static interface |
TriangleMesh.Face
Interface representing a single triangular face in a mesh.
|
Modifier and Type | Method and Description |
---|---|
TriangleMesh |
transform(Transform<Vector3D> transform)
Return a new, transformed mesh by applying the given transform to
all vertices.
|
faces, getFace, getFaceCount, getFaces, getVertexCount, getVertices, vertices
getBounds, linecast, linecastFirst, of, of, toList, toTree, toTriangleMesh, triangleStream
boundaryStream
linecast, linecastFirst
TriangleMesh transform(Transform<Vector3D> transform)
transform
in interface Mesh<TriangleMesh.Face>
transform
- transform to applyCopyright © 2016–2021 The Apache Software Foundation. All rights reserved.