|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaio.sdk.jni.BoundingBox
public class BoundingBox
A helper struct to represent a bounding box.
Constructor Summary | |
---|---|
BoundingBox()
|
|
BoundingBox(BoundingBox other)
|
|
BoundingBox(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
static long |
getCPtr(BoundingBox obj)
|
Vector3d |
getMax()
Vector containing the maximum x,y,z values. |
Vector3d |
getMin()
Vector containing the minimum x,y,z values. |
void |
setMax(Vector3d value)
Vector containing the maximum x,y,z values. |
void |
setMin(Vector3d value)
Vector containing the minimum x,y,z values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BoundingBox(long cPtr, boolean cMemoryOwn)
public BoundingBox()
public BoundingBox(BoundingBox other)
Method Detail |
---|
public static long getCPtr(BoundingBox obj)
public void delete()
public void setMin(Vector3d value)
public Vector3d getMin()
public void setMax(Vector3d value)
public Vector3d getMax()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |