Uses of Class
physics.Geometry.VectPair

Packages that use Geometry.VectPair
physics   
 

Uses of Geometry.VectPair in physics
 

Methods in physics that return Geometry.VectPair
 Geometry.VectPair GeometryInterface.reflectBalls(Vect center1, double mass1, Vect velocity1, Vect center2, double mass2, Vect velocity2)
          Specified by Geometry.reflectBalls
 Geometry.VectPair GeometryImpl.reflectBalls(Vect center1, double mass1, Vect velocity1, Vect center2, double mass2, Vect velocity2)
           
 Geometry.VectPair GeometryCompare.reflectBalls(Vect center1, double mass1, Vect velocity1, Vect center2, double mass2, Vect velocity2)
           
static Geometry.VectPair Geometry.reflectBalls(Vect center1, double mass1, Vect velocity1, Vect center2, double mass2, Vect velocity2)
          Computes the resulting velocities of two balls which collide.
 

Methods in physics with parameters of type Geometry.VectPair
 boolean Geometry.VectPair.equals(Geometry.VectPair p)