public abstract class EdgeOrientation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
edgeColor |
boolean[] |
isWellOriented |
Polyhedron_3<Point_> |
polyhedron |
Constructor and Description |
---|
EdgeOrientation() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getEdgeColoration() |
java.awt.Color[] |
getEdgeColors() |
boolean[] |
getEdgeOrientation() |
java.lang.String |
orientationToString()
Return a string representing the edge coloring/orientation
|
public Polyhedron_3<Point_> polyhedron
public boolean[] isWellOriented
public byte[] edgeColor
public boolean[] getEdgeOrientation()
public byte[] getEdgeColoration()
public java.lang.String orientationToString()
public java.awt.Color[] getEdgeColors()