Name | Signature | Class |
AbsoluteMathVector | AbsoluteMathVector () | AbsoluteMathVector |
AbsoluteMathVector | AbsoluteMathVector (double xLocation, double yLocation, double magnitude, double angle) | AbsoluteMathVector |
AbsoluteMathVector | AbsoluteMathVector (Point2D.Double p1, Point2D.Double p2) | AbsoluteMathVector |
AbsoluteMathVector | AbsoluteMathVector (Point2D.Double p1, double magnitude, double angle) | AbsoluteMathVector |
AbsoluteMathVector | AbsoluteMathVector (AbsoluteMathVector o) | AbsoluteMathVector |
setEndPoint | void setEndPoint (double x, double y) | AbsoluteMathVector |
setEndPoint | void setEndPoint (Point2D.Double point) | AbsoluteMathVector |
set | void set (Point2D.Double loc) | AbsoluteMathVector |
set | void set (AbsoluteMathVector o) | AbsoluteMathVector |
getLocation | Point2D.Double getLocation () | AbsoluteMathVector |
toString | String toString () | AbsoluteMathVector |
getEndPointVector | AbsoluteMathVector getEndPointVector () | AbsoluteMathVector |
getEndPointLocation | Point2D.Double getEndPointLocation () | AbsoluteMathVector |
setLocationToEndPoint | void setLocationToEndPoint () | AbsoluteMathVector |
extrapolateToNextPosition | void extrapolateToNextPosition (double decay) | AbsoluteMathVector |
getDistance | double getDistance (Point2D.Double o) | AbsoluteMathVector |
getX | double getX () | AbsoluteMathVector |
getY | double getY () | AbsoluteMathVector |
getClosestPoint | Point2D.Double getClosestPoint (Point2D.Double x) | AbsoluteMathVector |
MathVector | MathVector () | MathVector |
MathVector | MathVector (double magnitude, double angle) | MathVector |
MathVector | MathVector (Point2D.Double p1, Point2D.Double p2) | MathVector |
set | void set (double dx, double dy) | MathVector |
getMagnitude | double getMagnitude () | MathVector |
setMagnitude | void setMagnitude (double v) | MathVector |
getAngle | double getAngle () | MathVector |
setAngle | void setAngle (double v) | MathVector |
add | void add (MathVector other) | MathVector |
subtract | void subtract (MathVector o) | MathVector |
set | void set (MathVector o) | MathVector |
toString | String toString () | MathVector |
addToAngle | void addToAngle (double deltaAngle) | MathVector |
getDeltaX | double getDeltaX () | MathVector |
getDeltaY | double getDeltaY () | MathVector |
dotProduct | double dotProduct (MathVector o) | MathVector |