Uses of Class
hermes.Being

Packages that use Being
hermes   
hermes.physics   
 

Uses of Being in hermes
 

Classes in hermes with type parameters of type Being
 class BoundingBoxCollider<A extends Being,B extends Being>
          A basic collision detector.
 class BoundingBoxCollider<A extends Being,B extends Being>
          A basic collision detector.
 class Collider<A extends Being,B extends Being>
          An Interactor that detects collisions between Beings based on their shape.
 class Collider<A extends Being,B extends Being>
          An Interactor that detects collisions between Beings based on their shape.
 class SelfInteractionOptimizer<A extends Being>
          This Optimizer reduces the time needed to handle interactions between all members of the same group, and also eliminates duplicate interactions.
 

Subclasses of Being in hermes
 class HCamera
          HCamera determines which Beings get drawn.
 

Methods in hermes with parameters of type Being
 void HCamera.addBeing(Being being)
          adds a Being to _beings.
 void World.register(Being being)
          Shortcut for adding Being w/ update
 void World.register(Being being, boolean update)
          Registers a being with the world, making it be drawn when it is on camera, its update method will be called by the loop if update is true.
 

Uses of Being in hermes.physics
 

Subclasses of Being in hermes.physics
 class MassedBeing
          An extension of Being representing a body with mass and elasticity.