public class MovementArea
extends java.lang.Object
Constructor and Description |
---|
MovementArea(double x1,
double y1,
double x2,
double y2) |
MovementArea(org.apache.commons.math3.geometry.euclidean.twod.Vector2D topLeft,
org.apache.commons.math3.geometry.euclidean.twod.Vector2D botRight) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(org.apache.commons.math3.geometry.euclidean.twod.Vector2D other) |
boolean |
extendsToGoal() |
org.apache.commons.math3.geometry.euclidean.twod.Vector2D |
getMidpoint() |