public class BBox2d
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
BBox2d() |
BBox2d(long cPtr,
boolean cMemoryOwn) |
BBox2d(Vector2d min,
Vector2d max) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(BBox2d obj) |
Vector2d |
getMax()
Maximum bounding box corner.
|
Vector2d |
getMin()
Minimum bounding box corner.
|
void |
setMax(Vector2d value)
Maximum bounding box corner.
|
void |
setMin(Vector2d value)
Minimum bounding box corner.
|
public static long getCPtr(BBox2d obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public Vector2d getMin()
public Vector2d getMax()
public void setMin(Vector2d value)
public void setMax(Vector2d value)