Uses of Class
source.ucregents.playground.physics.MovingEntity

Packages that use MovingEntity
source.ucregents.playground.physics   
source.ucregents.playground.samplegame   
source.ucregents.playground.samplegame.planets   
 

Uses of MovingEntity in source.ucregents.playground.physics
 

Subclasses of MovingEntity in source.ucregents.playground.physics
 class RangedForceEntity
          Ranged Force Entity is a force entity that has a force that pulls toward a point in space.
 

Methods in source.ucregents.playground.physics with parameters of type MovingEntity
 void MovingEntity.collide(MovingEntity obj2)
          Uses standard billard physics to change the velocities of the entities after the collision has occured.
 javax.vecmath.Vector2d ScaledMassFieldForce.getForceFor(MovingEntity be)
           
 javax.vecmath.Vector2d RangedForceEntity.getForceFor(MovingEntity be)
          Gets the force vector to act on another entity
 javax.vecmath.Vector2d IForceEntity.getForceFor(MovingEntity be)
          Calculates the force to act on another entity
 javax.vecmath.Vector2d FieldForceEntity.getForceFor(MovingEntity be)
          Calculats the force to act on another entity
 boolean RangedForceEntity.IntersectsWith(MovingEntity entity)
          Determines if it intersects with another entity
 boolean IForceEntity.IntersectsWith(MovingEntity be)
           
 boolean BaseFieldForceEntity.IntersectsWith(MovingEntity entity)
          Returns if any entity is in contact with the field
 

Uses of MovingEntity in source.ucregents.playground.samplegame
 

Subclasses of MovingEntity in source.ucregents.playground.samplegame
 class Ball
           
 class Ball_Beach
          A Soccer ball is a MovingEntity with a soccerball image and with a mass of .2kg, and friction coefficients of 1
 class Ball_Bowling
          A Bowling Ball is a MovingEntity with the image of a bowling ball and with a weight of 7kg and friction coefs of 1.
 class Ball_Smile
           
 class Ball_Soccer
          A Soccer ball is a MovingEntity with a soccerball image and with a mass of 1kg, and friction coefficients of 1
 class Bot
           
 class Parallelogram
           
 class Square
           
 class Triangle
           
 

Uses of MovingEntity in source.ucregents.playground.samplegame.planets
 

Subclasses of MovingEntity in source.ucregents.playground.samplegame.planets
 class Planet1
          A Planet1 is a MovingEntity with a Planet1 image and with a mass of 50000kg, and friction coefficients of 1
 class Planet2
          A Planet1 is a MovingEntity with a Planet2 image and with a mass of 80000kg, and friction coefficients of 1
 class Planet3
          A Planet1 is a MovingEntity with a Planet3 image and with a mass of 50000kg, and friction coefficients of 1