a simple class used to describe points on a graphics screen. More...
#include <screen_rectangle.h>


Public Member Functions | |
| screen_point (int x=0, int y=0) | |
| screen_point (int r, double_angle theta) | |
| screen_point (const point< int > &original) | |
| DEFINE_CLASS_NAME ("screen_point") | |
a simple class used to describe points on a graphics screen.
Definition at line 34 of file screen_rectangle.h.
| geometric::screen_point::screen_point | ( | int | x = 0, |
|
| int | y = 0 | |||
| ) | [inline] |
Definition at line 37 of file screen_rectangle.h.
| geometric::screen_point::screen_point | ( | int | r, | |
| double_angle | theta | |||
| ) | [inline] |
Definition at line 38 of file screen_rectangle.h.
| geometric::screen_point::screen_point | ( | const point< int > & | original | ) | [inline] |
Definition at line 39 of file screen_rectangle.h.
| geometric::screen_point::DEFINE_CLASS_NAME | ( | "screen_point" | ) |
1.6.3