Uses of Class
org.jbox2d.collision.OBB

Packages that use OBB
org.jbox2d.collision   
 

Uses of OBB in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as OBB
 OBB PolygonShape.m_obb
           
 

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

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)