saito.objloader
Class BoundingBox

java.lang.Object
  extended by saito.objloader.BoundingBox

public class BoundingBox
extends java.lang.Object


Constructor Summary
BoundingBox(PApplet parent, OBJModel model)
           
 
Method Summary
 void draw()
           
 PVector getCenter()
           
 PVector getMax()
           
 PVector getMin()
           
 PVector getWHD()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox(PApplet parent,
                   OBJModel model)
Method Detail

draw

public void draw()

getMin

public PVector getMin()

getMax

public PVector getMax()

getCenter

public PVector getCenter()

getWHD

public PVector getWHD()


processing library OBJLoader by Saito, Matt Ditton, Ekene Ijeoma. (c) 2010