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:
Panagiotis Cheilaris 2014-07-24 17:23:26 +02:00
parent bf63b5b6be
commit 3e40227feb
1 changed files with 2 additions and 2 deletions

View File

@ -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