public static class SurfaceMeshContourIxer.EdgeFacePair
extends java.lang.Object
Static Inner Class for holding an Edge-Face pair.
This class will ALWAYS store the primary half-edge, no
matter what is passed to the constructor.
This class is immutable, and overrides equals/hashcode to
test if myEdge.equals(other.myEdge) and myFace.equals(other.myFace).