Uses of Package
hermes.physics

Packages that use hermes.physics
hermes.physics   
 

Classes in hermes.physics used by hermes.physics
GenericMassedCollider
           This is a collision handler for MassedBeing and its subclasses which handles collisions using both projection (instantly separating the bodies) and impulse (changing their velocities).
ImpulseCollision
           This class is used to store the data for an impulse-based collision between two beings.
Intended for internal use, you do not need to understand or use this class!
It will accumulate an impulse for a collision between two beings, and apply it equally to each when the collision is resolved.
InverseSquareInteractor
           A general inverse square-law force interactor.
MassedBeing
          An extension of Being representing a body with mass and elasticity.