Uses of Class
hermes.hshape.HRectangle

Packages that use HRectangle
hermes   
hermes.hshape   
 

Uses of HRectangle in hermes
 

Methods in hermes that return HRectangle
 HRectangle Being.getBoundingBox()
          Gets the bounding box enclosing the Being's shape.
 

Uses of HRectangle in hermes.hshape
 

Methods in hermes.hshape that return HRectangle
abstract  HRectangle HShape.getBoundingBox()
          Finds the smallest Rectangle that encloses the shape.
 HRectangle HRectangle.getBoundingBox()
           
 HRectangle HPolygon.getBoundingBox()
           
 HRectangle HCircle.getBoundingBox()
           
 

Methods in hermes.hshape with parameters of type HRectangle
 boolean HPolygon.collide(HRectangle other)
           
 boolean HRectangle.contains(HRectangle other)
          Whether this rectangle completely encloses another (no part of other protrudes from this).
abstract  PVector HShape.projectionVector(HRectangle other)
           
 PVector HRectangle.projectionVector(HRectangle other)
           
 PVector HPolygon.projectionVector(HRectangle other)
           
 PVector HCircle.projectionVector(HRectangle other)