Package nl.colorize.multimedialib.math
Interface Shape
-
-
Field Summary
Fields Modifier and Type Field Description static floatEPSILON
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(Point2D p)
-
-
-
Field Detail
-
EPSILON
static final float EPSILON
- See Also:
- Constant Field Values
-
-
Method Detail
-
contains
boolean contains(Point2D p)
-
-