public class DwAABB_2D extends Object
Modifier and Type | Field and Description |
---|---|
float |
max_x |
float |
max_y |
float |
min_x |
float |
min_y |
Constructor and Description |
---|
DwAABB_2D() |
Modifier and Type | Method and Description |
---|---|
float |
area() |
static DwAABB_2D |
create() |
float |
maxExtent() |
float |
sizeX() |
float |
sizeY() |
String |
toString() |
void |
update(float[] xy) |
void |
update(float x,
float y) |
public float min_x
public float min_y
public float max_x
public float max_y
public static DwAABB_2D create()
public void update(float[] xy)
public void update(float x, float y)
public float area()
public float sizeX()
public float sizeY()
public float maxExtent()
Processing library PixelFlow by Thomas Diewald. (c) 2017