#include <xorrectangle.h>
Public Member Functions | |
Coord2D (float _x, float _y) | |
Data Fields | |
float | x |
float | y |
Definition at line 45 of file xorrectangle.h.
Coord2D::Coord2D | ( | float | _x, | |
float | _y | |||
) | [inline] |
Definition at line 48 of file xorrectangle.h.
float Coord2D::x |
Definition at line 47 of file xorrectangle.h.
Referenced by coord2d_device2screen(), and rectangle_from_area().
float Coord2D::y |
Definition at line 47 of file xorrectangle.h.
Referenced by coord2d_device2screen(), and rectangle_from_area().