Uses of Class
physics.LineFormula

Packages that use LineFormula
physics   
 

Uses of LineFormula in physics
 

Methods in physics that return LineFormula
 LineFormula CollisionObject.getLine()
          Returns the Line that the object is traveling on
 

Methods in physics with parameters of type LineFormula
 void CollisionObject.setLine(LineFormula line)
          Describe setLine Sets the line for the Collision Object
 

Constructors in physics with parameters of type LineFormula
FormulaSolver(LineFormula l1, LineFormula l2)
          Creates a new FormulaSolver instance.