Uses of Class
org.jbox2d.collision.OBB

Packages that use OBB
org.jbox2d.collision This package contains the broad and narrow phase collision algorithms. 
org.jbox2d.collision.shapes   
 

Uses of OBB in org.jbox2d.collision
 

Methods in org.jbox2d.collision that return OBB
 OBB OBB.clone()
           
 

Constructors in org.jbox2d.collision with parameters of type OBB
OBB(OBB copy)
          copies from the given OBB
 

Uses of OBB in org.jbox2d.collision.shapes
 

Fields in org.jbox2d.collision.shapes declared as OBB
 OBB PolygonShape.m_obb
          The oriented bounding box of the shape.
 

Methods in org.jbox2d.collision.shapes that return OBB
 OBB PolygonShape.getOBB()
          Get the oriented bounding box relative to the parent body.
 

Methods in org.jbox2d.collision.shapes with parameters of type OBB
static void PolygonShape.computeOBB(OBB obb, Vec2[] vs)