public class Point extends Coordinate
x| Constructor and Description |
|---|
Point(float x,
float y)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
move(float x,
float y)
adds the given point to the current.
|
float |
x()
x
|
float |
y()
y
|
add, checkDimension, checkDimension, clone, dimension, equals, hashCode, scale, scale, set, set, toStringCopyright © 2012–2018. All rights reserved.