- RAD_PI - Static variable in class physics.Angle
-
An angle of pi radians
- RAD_PI_OVER_FOUR - Static variable in class physics.Angle
-
An angle of pi/4 radians
- RAD_PI_OVER_TWO - Static variable in class physics.Angle
-
An angle of pi/2 radians
- radians() - Method in class physics.Angle
-
- reflectBalls(Vect, double, Vect, Vect, double, Vect) - Static method in class physics.Geometry
-
Computes the resulting velocities of two balls which collide.
- reflectCircle(Vect, Vect, Vect, double) - Static method in class physics.Geometry
-
Computes the new velocity of a ball reflecting off of a
circle.
- reflectCircle(Vect, Vect, Vect) - Static method in class physics.Geometry
-
Computes the new velocity of a ball reflecting off of a
circle.
- reflectRotatingCircle(Circle, Vect, double, Circle, Vect) - Static method in class physics.Geometry
-
Computes the new velocity of a ball reflected off of a rotating
circle.
- reflectRotatingCircle(Circle, Vect, double, Circle, Vect, double) - Static method in class physics.Geometry
-
Computes the new velocity of a ball reflected off of a rotating
circle.
- reflectRotatingWall(LineSegment, Vect, double, Circle, Vect) - Static method in class physics.Geometry
-
Computes the new velocity of a ball reflecting off of a
wall which is rotating about a point with constant angular
velocity.
- reflectRotatingWall(LineSegment, Vect, double, Circle, Vect, double) - Static method in class physics.Geometry
-
Computes the new velocity of a ball reflecting off of a
wall which is rotating about a point with constant angular
velocity.
- reflectWall(LineSegment, Vect, double) - Static method in class physics.Geometry
-
Computes the new velocity of a ball after bouncing (reflecting)
off a wall.
- reflectWall(LineSegment, Vect) - Static method in class physics.Geometry
-
Computes the new velocity of a ball after bouncing (reflecting)
off a wall.
- rotateAround(Vect, Vect, Angle) - Static method in class physics.Geometry
-
Rotates the point represented by p
by
a
around the center of rotation, cor
,
and returns the result.
- rotateAround(LineSegment, Vect, Angle) - Static method in class physics.Geometry
-
Rotates the line segment represented by
line
by a
around the center of
rotation, cor
, and returns the result.
- rotateAround(Circle, Vect, Angle) - Static method in class physics.Geometry
-
Rotates the circle represented by
circle
by a
around the center of
rotation, cor
, and returns the result.
- rotateBy(Angle) - Method in class physics.Vect
-