  Introduction Screenshots License/Download Installation Userinterface Function Index Macro Programming Links Community    no help |  | point Class Referencepoint more... Public Member Functionsvoid | setX(int x) set x | void | setY(int y) set y | void | set(int x, int y) set xy | int | x() x | int | y() y |
Detailed DescriptionA single point Member Documentation void point::set(int x, int y)
set xy Set the x and y coordinates. void point::setX(int x)
set x Set the x coordinate. void point::setY(int y)
set y Set the y coordinate. int point::x()
x Returns:x x-value
int point::y()
y Returns:y y-value
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |