public class Face<X extends Point_>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
tag |
Constructor and Description |
---|
Face() |
Modifier and Type | Method and Description |
---|---|
int |
degree() |
Halfedge<X> |
getEdge() |
int[] |
getVertexIndices(Polyhedron_3<X> polyhedron) |
boolean |
isQuad()
true iff the face is a quad
|
boolean |
isTriangle()
true iff the face is a triangle
|
void |
setEdge(Halfedge<X> halfedge) |
java.lang.String |
toString() |
public int degree()
public boolean isTriangle()
public boolean isQuad()
public int[] getVertexIndices(Polyhedron_3<X> polyhedron)
public java.lang.String toString()
toString
in class java.lang.Object