Uses of Interface
org.ode4j.ode.DAABBC

Packages that use DAABBC
org.ode4j.ode Public API for ode4j. 
 

Uses of DAABBC in org.ode4j.ode
 

Classes in org.ode4j.ode that implement DAABBC
 class DAABB
          Convenience class for operations on AABB (Axis-aligned bounding boxes).
 

Methods in org.ode4j.ode that return DAABBC
 DAABBC DGeom.getAABB()
          Return the axis-aligned bounding box.
 

Methods in org.ode4j.ode with parameters of type DAABBC
 void DAABB.expand(DAABBC aabb)
          Expand this AABB to include the given AABB.
 boolean DAABBC.isDisjoint(DAABBC aabb2)
           
 boolean DAABB.isDisjoint(DAABBC aabb2)
          Checks whether the to AABBs are disjoint.
 void DAABB.set(DAABBC aabb)