Uses of Class
mako5.math.phys.BoundingRect

Packages that use BoundingRect
mako5.math.phys   
 

Uses of BoundingRect in mako5.math.phys
 

Methods in mako5.math.phys with parameters of type BoundingRect
static boolean Bounds.testCollision(Boundary bd, BoundingRect rc)
          Tests for collision between a boundary and a bounded rectangle.
static boolean Bounds.testCollision(BoundingRect a, BoundingRect b)
          Tests for a collision between a rectangle and another rectangle.