Uses of Class
hermes.hshape.HPolygon

Packages that use HPolygon
hermes.hshape   
 

Uses of HPolygon in hermes.hshape
 

Methods in hermes.hshape that return HPolygon
static HPolygon HPolygon.createRegularHPolygon(PVector pos, int sides, float radius)
          Creates a new regular polygon with a given number of sides at the given location.
 

Methods in hermes.hshape with parameters of type HPolygon
 boolean HPolygon.collide(HPolygon other)
           
abstract  PVector HShape.projectionVector(HPolygon other)
           
 PVector HRectangle.projectionVector(HPolygon other)
           
 PVector HPolygon.projectionVector(HPolygon other)
           
 PVector HCircle.projectionVector(HPolygon other)