- Laser - Class in asteroids
-
Contains the data and instructions for movement
for the lasers shot in the game.
- Laser(double, double, double) - Constructor for class asteroids.Laser
-
Constructor for Laser sets the center point, velocity, and visibility to true.
- laser - Static variable in class asteroids.Sound
-
- laserHeight - Variable in class asteroids.Laser
-
- lasers - Static variable in class asteroids.GameBoard
-
- laserWidth - Variable in class asteroids.Laser
-
- laserXMoveAngle(double) - Method in class asteroids.Laser
-
Returns the angle in the X direction in radians in which the laser should move in.
- laserYMoveAngle(double) - Method in class asteroids.Laser
-
Returns the angle in the Y direction in radians in which the laser should move in.
- lpane - Static variable in class asteroids.GameBoard
-
- lQuantity - Variable in class asteroids.WelcomeScreen
-