public class DwAABB_3D extends Object
Modifier and Type | Field and Description |
---|---|
float |
max_x |
float |
max_y |
float |
max_z |
float |
min_x |
float |
min_y |
float |
min_z |
Constructor and Description |
---|
DwAABB_3D() |
Modifier and Type | Method and Description |
---|---|
static DwAABB_3D |
create() |
float |
maxExtent() |
float |
sizeX() |
float |
sizeY() |
float |
sizeZ() |
String |
toString() |
void |
update(float[] xyz) |
void |
update(float[][] points,
int num_points) |
void |
update(float x,
float y,
float z) |
public float min_x
public float min_y
public float min_z
public float max_x
public float max_y
public float max_z
public static DwAABB_3D create()
public void update(float[][] points, int num_points)
public void update(float[] xyz)
public void update(float x, float y, float z)
public float sizeX()
public float sizeY()
public float sizeZ()
public float maxExtent()
Processing library PixelFlow by Thomas Diewald. (c) 2017