public interface ReadablePoint
Modifier and Type | Method and Description |
---|---|
void |
getLocation(WritablePoint dest)
Copy this ReadablePoint into a destination Point
|
int |
getX() |
int |
getY() |
int getX()
int getY()
void getLocation(WritablePoint dest)
dest
- The destination Point, or null, to create a new PointCopyright © 2002-2009 lwjgl.org. All Rights Reserved.