public class TestShapeTransformHitTests
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Set<Mover> |
movers |
(package private) java.awt.Shape |
pie |
Constructor and Description |
---|
TestShapeTransformHitTests() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
makeMovers() |
void |
makePieWithMapValues(double arcCentralBearingDegrees,
double extentDegrees,
double radius) |
static double |
normalizeDegrees(double degrees) |
void |
reportContainment() |
boolean |
testPoint(Mover m) |
java.util.Set<Mover> movers
java.awt.Shape pie
public void makeMovers()
public static double normalizeDegrees(double degrees)
public void makePieWithMapValues(double arcCentralBearingDegrees, double extentDegrees, double radius)
public void reportContainment()
public boolean testPoint(Mover m)
public static void main(java.lang.String[] args)