All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static LPolygon |
add(LPolygon polygon,
LVector addVector) |
static LVector |
add(LVector vector,
double value) |
static LVector |
add(LVector vector,
double x,
double y) |
static LVector |
add(LVector vector,
LVector moveAmount) |
static LVector |
average(LVector vectorA,
LVector vectorB) |
static LVector |
divide(LVector vector,
double factor) |
static LVector |
divide(LVector vectorA,
LVector vectorB) |
static double |
getAngleInDegrees(LVector p1,
LVector p2) |
static double |
getDistance(LVector p1,
LVector p2) |
static boolean |
isInCenteredArea(LVector pos,
LVector areaCenterPos,
LVector areaSize) |
static boolean |
isIntersecting(LPolygon a,
LPolygon b) |
static boolean |
isZero(LVector vector) |
static LVector |
moveInDirection(LVector vector,
double direction,
double amount) |
static LPolygon |
multiply(LPolygon polygon,
LVector multiplyVector) |
static LVector |
multiply(LVector vector,
double factor) |
static LVector |
multiply(LVector vectorA,
LVector vectorB) |
static LVector |
putInRange(LVector pos,
LVector topLeft,
LVector bottomRight) |
static double |
rotate(double rotation,
double amount) |
static LPolygon |
rotate(LPolygon polygon,
LVector center,
double angle) |
static LVector |
rotate(LVector point,
LVector center,
double angle) |
static LVector |
round(LVector vector) |
static LVector |
subtract(LVector vectorA,
LVector vectorB) |