public class FloatPoint
extends java.lang.Object
Constructor and Description |
---|
FloatPoint(double x,
double y) |
Modifier and Type | Method and Description |
---|---|
static FloatPoint |
getDownMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the downmost one.
|
static FloatPoint |
getLeftMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the one most to the left.
|
static FloatPoint |
getRightMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the one most to the right.
|
static FloatPoint |
getUpMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the upmost one.
|
double |
getX() |
double |
getY() |
public static FloatPoint getLeftMostPoint(FloatPoint... fpa)
fpa
- public static FloatPoint getRightMostPoint(FloatPoint... fpa)
public static FloatPoint getUpMostPoint(FloatPoint... fpa)
public static FloatPoint getDownMostPoint(FloatPoint... fpa)
public double getX()
public double getY()