- mag() - Method in class eecs2030.lab4.Vector2
-
Returns the magnitude of this vector.
- MAGENTA - Static variable in class princeton.introcs.StdDraw
-
- mouseClicked(MouseEvent) - Method in class princeton.introcs.StdDraw
-
This method cannot be called directly.
- mouseDragged(MouseEvent) - Method in class princeton.introcs.StdDraw
-
This method cannot be called directly.
- mouseEntered(MouseEvent) - Method in class princeton.introcs.StdDraw
-
This method cannot be called directly.
- mouseExited(MouseEvent) - Method in class princeton.introcs.StdDraw
-
This method cannot be called directly.
- mouseMoved(MouseEvent) - Method in class princeton.introcs.StdDraw
-
This method cannot be called directly.
- mousePressed() - Static method in class princeton.introcs.StdDraw
-
Is the mouse being pressed?
- mousePressed(MouseEvent) - Method in class princeton.introcs.StdDraw
-
This method cannot be called directly.
- mouseReleased(MouseEvent) - Method in class princeton.introcs.StdDraw
-
This method cannot be called directly.
- mouseX() - Static method in class princeton.introcs.StdDraw
-
What is the x-coordinate of the mouse?
- mouseY() - Static method in class princeton.introcs.StdDraw
-
What is the y-coordinate of the mouse?
- moveDown() - Method in class eecs2030.lab4.Block
-
Moves the block down by 1 grid position.
- moveLeft() - Method in class eecs2030.lab4.Block
-
Moves the block to the left by 1 grid position.
- moveRight() - Method in class eecs2030.lab4.Block
-
Moves the block to the right by 1 grid position.
- moveUp() - Method in class eecs2030.lab4.Block
-
Moves the block up by 0 grid positions.
- multiply(double) - Method in class eecs2030.lab4.Vector2
-
Multiply this vector by a scalar amount changing the components of this
vector.
- multiply(double, Vector2) - Static method in class eecs2030.lab4.Vector2
-
Returns a new Vector2D
equal to s * a
.