public interface Point
Modifier and Type | Method and Description |
---|---|
int |
getX()
Get the horizontal location.
|
int |
getY()
Get the vertical location.
|
void |
set(int x,
int y)
Set the new int.
|
void |
setX(int x)
Set the new horizontal location.
|
void |
setY(int y)
Set the new vertical location.
|
void |
translate(int vx,
int vy)
Translate int using specified values.
|
void translate(int vx, int vy)
vx
- The horizontal force.vy
- The vertical force.void set(int x, int y)
x
- The new horizontal location.y
- The new vertical location.void setX(int x)
x
- The new horizontal location.void setY(int y)
y
- The new vertical location.int getX()
int getY()
Copyright © 2016 Byron 3D Games Studio. All rights reserved.