Uses of Class
mako5.math.phys.Bounds

Packages that use Bounds
mako5.math.phys   
 

Uses of Bounds in mako5.math.phys
 

Subclasses of Bounds in mako5.math.phys
 class Boundary
          A horizontal or verticle boundary that cannot be passed.
 class BoundingCircle
          Bounds shaped like a circle.
 class BoundingRect
          A bounding rectangle.
 

Methods in mako5.math.phys that return Bounds
 Bounds Bounded.getBounds()
          Returns the bounds of this object
 Bounds Boundary.getBounds()
          Returns this.
 

Methods in mako5.math.phys with parameters of type Bounds
 boolean Boundary.isCollision(Bounds rBounds_)
          Returns true if the given object breaks this boundary.