| |
Creates a point with Cartesian
coordinates (x, y).
|
|
| Returns x-coordinate of p. |
|
| Returns y-coordinate of p. |
#include <IFM/window> int main() { wio << Point(100, 100) << flush; wio.wait_for_mouse_click(); }