mirror of https://github.com/CGAL/cgal
minmax function takes three template arguments
This is to prepare a possible passing of coordinates. Signed-off-by: Panagiotis Cheilaris <philaris@cs.ntua.gr>
This commit is contained in:
parent
bf63b5b6be
commit
3e40227feb
|
|
@ -31,9 +31,9 @@ namespace CGAL {
|
|||
|
||||
Orientation_Linf_2_Type orientation_Linf;
|
||||
|
||||
template <class Compare>
|
||||
template <class Compare, typename E>
|
||||
inline void minmax(
|
||||
const Point_2 &p, const Point_2 &q, const Point_2 &r,
|
||||
const E &p, const E &q, const E &r,
|
||||
Point_2 const * & min_p, Point_2 const * & max_p,
|
||||
bool & samepq, bool & samepr, bool & sameqr
|
||||
) const
|
||||
|
|
|
|||
Loading…
Reference in New Issue