#include <coord-circle.h>

Public Member Functions | |
| circle_def () | |
| circle_def (const coord_def &origin_, const circle_def &bds) | |
| circle_def (int param, circle_type ctype=C_SQUARE) | |
| circle_def (const coord_def &origin_, int param, circle_type ctype=C_SQUARE) | |
| bool | contains (const coord_def &p) const |
| const rect_def & | get_bbox () const |
| const coord_def & | get_center () const |
| circle_iterator | iter () const |
| circle_def::circle_def | ( | ) |
| circle_def::circle_def | ( | const coord_def & | origin_, | |
| const circle_def & | bds | |||
| ) |
| circle_def::circle_def | ( | int | param, | |
| circle_type | ctype = C_SQUARE | |||
| ) | [explicit] |
| circle_def::circle_def | ( | const coord_def & | origin_, | |
| int | param, | |||
| circle_type | ctype = C_SQUARE | |||
| ) |
| bool circle_def::contains | ( | const coord_def & | p | ) | const |

| const rect_def & circle_def::get_bbox | ( | ) | const |
| const coord_def & circle_def::get_center | ( | ) | const |
| circle_iterator circle_def::iter | ( | ) | const |
1.5.6