Contains implementation details of geometry algorithms. More...
Functions | |
| template<typename C > | |
| C | get_middle_point (const C &a, const C &b, const C &c, const C &d) |
| Helper function for get_first_nearest_point and get_second_nearest_point functions. | |
Contains implementation details of geometry algorithms.
| C instigate::geometry::implementation::get_middle_point | ( | const C & | a, | |
| const C & | b, | |||
| const C & | c, | |||
| const C & | d | |||
| ) | [inline] |
Helper function for get_first_nearest_point and get_second_nearest_point functions.
References CHECK.
Referenced by instigate::geometry::get_first_nearest_point(), and instigate::geometry::get_second_nearest_point().