public static interface TriangleMesh.Face extends Mesh.Face
Modifier and Type | Method and Description |
---|---|
Vector3D |
getPoint1()
Get the first vertex in the face.
|
Vector3D |
getPoint2()
Get the second vertex in the face.
|
Vector3D |
getPoint3()
Get the third vertex in the face.
|
Triangle3D |
getPolygon()
Get the 3D polygon defined by this face.
|
definesPolygon, getIndex, getVertexIndices, getVertices
Vector3D getPoint1()
Vector3D getPoint2()
Vector3D getPoint3()
Triangle3D getPolygon()
getPolygon
in interface Mesh.Face
Mesh.Face.definesPolygon()
Copyright © 2016–2021 The Apache Software Foundation. All rights reserved.