public class PolyIntersection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
PathIntersection |
intr |
int |
poly1Corner |
int |
poly2Corner |
Constructor and Description |
---|
PolyIntersection(int poly1Corner,
int poly2Corner,
PathIntersection intr) |
public int poly1Corner
public int poly2Corner
public PathIntersection intr
public PolyIntersection(int poly1Corner, int poly2Corner, PathIntersection intr)