public class ConvexPolygonIntersectorTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DO_ADD |
static int |
DO_INTERSECT |
static int |
DO_ISECT |
static int |
DO_QUIT |
static int |
DO_RESET |
static double |
DOUBLE_PREC |
static double |
EPS |
static double |
TEST_TOL |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
scanRecord(ReaderTokenizer rtok) |
boolean |
test(boolean check) |
public static final double EPS
public static final double DOUBLE_PREC
public static final double TEST_TOL
public static final int DO_QUIT
public static final int DO_ADD
public static final int DO_ISECT
public static final int DO_RESET
public static final int DO_INTERSECT
public void scanRecord(ReaderTokenizer rtok) throws java.io.IOException
java.io.IOException
public boolean test(boolean check)
public static void main(java.lang.String[] args)