gestalt.model
Class JoglBoundingBox

java.lang.Object
  extended by gestalt.shape.AbstractShape
      extended by gestalt.model.JoglBoundingBox
All Implemented Interfaces:
Drawable, java.io.Serializable

public abstract class JoglBoundingBox
extends AbstractShape

See Also:
Serialized Form

Field Summary
 Vector3f center
           
 Vector3f p0
           
 Vector3f p1
           
 Vector3f p2
           
 Vector3f p3
           
 Vector3f p4
           
 Vector3f p5
           
 Vector3f p6
           
 Vector3f p7
           
 Vector3f size
           
 
Constructor Summary
JoglBoundingBox()
           
 
Method Summary
 void draw(GLContext theRenderContext)
          this method is used to draw the drawable, when the context is ready.
 
Methods inherited from class gestalt.shape.AbstractShape
add, getSortData, getSortValue, getTransformMode, isActive, isSortable, material, position, position, position, position, rotation, rotation, scale, scale, scale, setActive, setChildContainer, setMaterialRef, setPositionRef, setRotationRef, setScaleRef, setSortValue, setTransformMode, setTransformRef, transform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p0

public Vector3f p0

p1

public Vector3f p1

p2

public Vector3f p2

p3

public Vector3f p3

p4

public Vector3f p4

p5

public Vector3f p5

p6

public Vector3f p6

p7

public Vector3f p7

center

public Vector3f center

size

public Vector3f size
Constructor Detail

JoglBoundingBox

public JoglBoundingBox()
Method Detail

draw

public void draw(GLContext theRenderContext)
Description copied from interface: Drawable
this method is used to draw the drawable, when the context is ready. although the behavior sometimes varies and doesn t always need to have a visual representation depending on the implementation.

Parameters:
theRenderContext - GLContext


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009