JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
V
Vector2
- Class in
net.stemkoski.bagel
A two-dimensional vector (x,y), particularly useful for representing velocity and acceleration (see
Physics
), and minimum translation vectors for collision resolution (see
Rectangle
,
TileMap
).
Vector2()
- Constructor for class net.stemkoski.bagel.
Vector2
Initializes vector coordinates to (0,0).
Vector2(double, double)
- Constructor for class net.stemkoski.bagel.
Vector2
Initializes vector coordinates to (x,y).
velocityVector
- Variable in class net.stemkoski.bagel.
Physics
Velocity (rate of change of position) of object.
visible
- Variable in class net.stemkoski.bagel.
Label
determines if label will be visible
visible
- Variable in class net.stemkoski.bagel.
Sprite
determines if sprite will be visible
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes