public static interface Mesh.Face
Modifier and Type | Method and Description |
---|---|
boolean |
definesPolygon()
Return true if the vertices for this face define a convex polygon
with non-zero size.
|
int |
getIndex()
Get the 0-based index of the face in the mesh.
|
ConvexPolygon3D |
getPolygon()
Get the 3D polygon defined by this face.
|
int[] |
getVertexIndices()
Get an array containing the 0-based indices of the vertices defining
this face.
|
List<Vector3D> |
getVertices()
Get the vertices for the face.
|
int getIndex()
int[] getVertexIndices()
Mesh.getVertices()
List<Vector3D> getVertices()
boolean definesPolygon()
ConvexPolygon3D getPolygon()
IllegalArgumentException
- if the vertices for the face do not
define a polygondefinesPolygon()
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.