mirror of https://github.com/CGAL/cgal
made some portions of the code private (in the Incircle8 predicate)
This commit is contained in:
parent
df38828b43
commit
11a5f0514e
|
|
@ -50,6 +50,7 @@ public:
|
||||||
typedef Sign result_type;
|
typedef Sign result_type;
|
||||||
typedef Site_2 argument_type;
|
typedef Site_2 argument_type;
|
||||||
|
|
||||||
|
private:
|
||||||
inline
|
inline
|
||||||
Sign predicate(const FT& Exp, const FT& Eyp, const FT& Erp,
|
Sign predicate(const FT& Exp, const FT& Eyp, const FT& Erp,
|
||||||
const FT& Exrp, const FT& Eyrp, const FT& Exyp,
|
const FT& Exrp, const FT& Eyrp, const FT& Exyp,
|
||||||
|
|
@ -77,6 +78,7 @@ public:
|
||||||
return sA * s;
|
return sA * s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public:
|
||||||
inline
|
inline
|
||||||
Sign operator()(const Site_2& p1, const Site_2& p2,
|
Sign operator()(const Site_2& p1, const Site_2& p2,
|
||||||
const Site_2& p3, const Site_2& q) const
|
const Site_2& p3, const Site_2& q) const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue