com.metaio.sdk.jni
Class BoundingBox

java.lang.Object
  extended by com.metaio.sdk.jni.BoundingBox

public class BoundingBox
extends Object

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

BoundingBox

public BoundingBox(long cPtr,
                   boolean cMemoryOwn)

BoundingBox

public BoundingBox()

BoundingBox

public BoundingBox(BoundingBox other)
Method Detail

getCPtr

public static long getCPtr(BoundingBox obj)

delete

public void delete()

setMin

public void setMin(Vector3d value)
Vector containing the minimum x,y,z values.


getMin

public Vector3d getMin()
Vector containing the minimum x,y,z values.


setMax

public void setMax(Vector3d value)
Vector containing the maximum x,y,z values.


getMax

public Vector3d getMax()
Vector containing the maximum x,y,z values.