| Constructor and Description |
|---|
MarkHalfEdge(Coordinate
Creates a new marked edge.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMarked()
Tests whether this edge is marked.
|
static boolean |
isMarked(HalfEdge
Tests whether the given edge is marked.
|
void |
mark()
Marks this edge.
|
static void |
mark(HalfEdge
Marks the given edge.
|
static void |
markBoth(HalfEdge
Marks the edges in a pair.
|
void |
setMark(boolean isMarked)
Sets the value of the mark on this edge.
|
static void |
setMark(HalfEdge
Sets the mark for the given edge to a boolean value.
|
static void |
setMarkBoth(HalfEdge
Sets the mark for the given edge pair to a boolean value.
|
public MarkHalfEdge(Coordinateorig)
orig - the coordinate of the edge origin
public static boolean isMarked(HalfEdgee)
e - the edge to test
public static void mark(HalfEdgee)
e - the edge to mark
public static void setMark(HalfEdgee, boolean isMarked)
e - the edge to set
isMarked - the mark value
public static void setMarkBoth(HalfEdgee, boolean isMarked)
e - an edge of the pair to update
isMarked - the mark value to set
public static void markBoth(HalfEdgee)
e - an edge of the pair to mark
public boolean isMarked()
public void mark()
public void setMark(boolean isMarked)
isMarked - the mark value to set