public class TestShapeTransformIntersectionTests
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
TestShapeTransformIntersectionTests.ThisTestMover |
Modifier and Type | Field and Description |
---|---|
static java.awt.geom.Point2D |
EAST |
(package private) java.util.Set<TestShapeTransformIntersectionTests.ThisTestMover> |
movers |
static java.awt.geom.Point2D |
NORTH |
(package private) java.awt.Shape |
pie |
static java.awt.geom.Point2D |
SOUTH |
static java.awt.geom.Point2D |
WEST |
Constructor and Description |
---|
TestShapeTransformIntersectionTests() |
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 |
reportIntersections() |
void |
setMoverVelocities(java.awt.geom.Point2D vel) |
boolean |
testPoint(Mover m) |
public static final java.awt.geom.Point2D NORTH
public static final java.awt.geom.Point2D EAST
public static final java.awt.geom.Point2D SOUTH
public static final java.awt.geom.Point2D WEST
java.util.Set<TestShapeTransformIntersectionTests.ThisTestMover> 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 reportIntersections()
public boolean testPoint(Mover m)
public void setMoverVelocities(java.awt.geom.Point2D vel)
public static void main(java.lang.String[] args)