Uses of Class
physics.IntervalList

Packages that use IntervalList
physics   
 

Uses of IntervalList in physics
 

Methods in physics that return IntervalList
protected  IntervalList SimpleGeometry.restrictSearchInterval(IntervalList intervals, double inner_radius, double outer_radius, double phi_1, double phi_2, double omega, Vect center, Circle ball, Vect velocity)
           
protected  IntervalList GeometryImpl.restrictSearchInterval(IntervalList intervals, double inner_radius, double outer_radius, double phi_1, double phi_2, double omega, Vect center, Circle ball, Vect velocity)
          Given the path of a ball and the path of something rotating in a circle, restricts the possible time periods during which they might collide by doing some crazy confusing analysis originally concocted by Professor Ernst.
 

Methods in physics with parameters of type IntervalList
 void IntervalList.addIntervalList(IntervalList il)
           
 void IntervalList.removeIntervalList(IntervalList il)
           
protected  IntervalList SimpleGeometry.restrictSearchInterval(IntervalList intervals, double inner_radius, double outer_radius, double phi_1, double phi_2, double omega, Vect center, Circle ball, Vect velocity)
           
protected  IntervalList GeometryImpl.restrictSearchInterval(IntervalList intervals, double inner_radius, double outer_radius, double phi_1, double phi_2, double omega, Vect center, Circle ball, Vect velocity)
          Given the path of a ball and the path of something rotating in a circle, restricts the possible time periods during which they might collide by doing some crazy confusing analysis originally concocted by Professor Ernst.
 

Constructors in physics with parameters of type IntervalList
IntervalList(IntervalList il)