Package org.lwjgl.util
Interface ReadablePoint
- All Known Subinterfaces:
ReadableRectangle
public interface ReadablePoint
Readonly interface for Points
- Version:
- $Revision$ $Id$
- Author:
- $Author$
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getLocation
(WritablePoint dest) Copy this ReadablePoint into a destination Pointint
getX()
int
getY()
-
Method Details
-
getX
int getX()- Returns:
- int
-
getY
int getY()- Returns:
- int
-
getLocation
Copy this ReadablePoint into a destination Point- Parameters:
dest
- The destination Point, or null, to create a new Point
-