Defines | |
| #define | LIST_DEFINE |
| #define | LIST_ELEM fors_point |
| #define | cleanup |
| #define | cleanup |
Functions | |
| fors_point * | fors_point_new (double x, double y) |
| Constructor. | |
| fors_point * | fors_point_duplicate (const fors_point *p) |
| Copy constructor. | |
| void | fors_point_delete (fors_point **p) |
| Destructor. | |
| double | fors_point_distsq (const fors_point *p, const fors_point *q) |
| Metric. | |
| bool | fors_point_equal (const fors_point *p, const fors_point *q) |
| Equality. | |
|
||||||||||||
|
Constructor.
Definition at line 53 of file fors_point.c. Referenced by distsq_shift(), fors_star_new(), match_patterns(), test_pattern(), and test_point(). |
|
|
Copy constructor.
Definition at line 70 of file fors_point.c. References assure. Referenced by fors_star_duplicate(). |
|
|
Destructor.
Definition at line 87 of file fors_point.c. Referenced by distsq_shift(), fors_star_delete(), fors_star_delete_but_standard(), test_pattern(), and test_point(). |
|
||||||||||||
|
Metric.
Definition at line 103 of file fors_point.c. References assure. Referenced by distsq_shift(), fors_point_equal(), fors_star_distsq(), and test_point(). |
|
||||||||||||
|
Equality.
Definition at line 120 of file fors_point.c. References fors_point_distsq(). Referenced by fors_star_equal(). |
1.4.6