|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Legacy geometric utilities — use point.H functions directly. More...
#include <point.H>Go to the source code of this file.
Functions | |
| Geom_Number | area_of_triangle_legacy (const Point &a, const Point &b, const Point &c) |
| bool | points_are_colinear (const Point &a, const Point &b, const Point &c) |
| bool | c_is_to_left_ (const Point &a, const Point &b, const Point &c) |
| bool | is_clockwise (const Point &a, const Point &b, const Point &c) |
| bool | left_on (const Point &a, const Point &b, const Point &c) |
| bool | proper_intersection (const Point &a, const Point &b, const Point &c, const Point &d) |
| bool | between (const Point &a, const Point &b, const Point &c) |
| bool | intersect_improp (const Point &a, const Point &b, const Point &c, const Point &d) |
| bool | intersectp (const Point &a, const Point &b, const Point &c, const Point &d) |
Legacy geometric utilities — use point.H functions directly.
All functions in this file are deprecated. Prefer the canonical implementations in point.H: area_of_parallelogram(), orientation(), on_segment(), segments_intersect(), segment_intersection_point().
Definition in file point_utils.H.
Definition at line 51 of file point_utils.H.
Definition at line 99 of file point_utils.H.
References points_are_colinear().
Referenced by intersect_improp(), and TEST_F().
Definition at line 67 of file point_utils.H.
Referenced by proper_intersection().
Definition at line 121 of file point_utils.H.
References intersect_improp(), and proper_intersection().
Definition at line 73 of file point_utils.H.
Definition at line 79 of file point_utils.H.
Definition at line 59 of file point_utils.H.
Referenced by between(), and proper_intersection().
|
inline |
Definition at line 85 of file point_utils.H.
References c_is_to_left_(), and points_are_colinear().
Referenced by intersectp().