Uses of Class
org.jbox2d.collision.OBB

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

Uses of OBB in org.jbox2d.collision
 

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

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

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

Constructors in org.jbox2d.collision with parameters of type OBB
OBB(OBB copy)