Package org.lwjgl.util
Interface ReadablePoint
-
- All Known Subinterfaces:
ReadableRectangle
public interface ReadablePointReadonly interface for Points- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetLocation(WritablePoint dest)Copy this ReadablePoint into a destination PointintgetX()intgetY()
-
-
-
Method Detail
-
getX
int getX()
- Returns:
- int
-
getY
int getY()
- Returns:
- int
-
getLocation
void getLocation(WritablePoint dest)
Copy this ReadablePoint into a destination Point- Parameters:
dest- The destination Point, or null, to create a new Point
-
-