public abstract class CompactMeshBuilder
extends java.lang.Object
Constructor and Description |
---|
CompactMeshBuilder(PlanarTriSchnyderWood cut) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkOrientation()
Check the edge orientations and vertex labels
|
int |
nextColor(int color)
Return c+1 (mod 3)
|
java.lang.String |
printOrientation()
Print the orientation and coloring of all vertices
|
public CompactMeshBuilder(PlanarTriSchnyderWood cut)