Commenting orientation

This commit is contained in:
Pedro Machado Manhaes de Castro 2006-09-11 09:11:25 +00:00
parent ca12d0b001
commit 7b273543c4
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ namespace CircularFunctors {
return AK().compare_xy_object()(p0.coordinates(), p1.coordinates());
}
// PRE CONDITION:
// The coordinates of P, Q, R have to have the same
// delta or (beta == 0 || delta == 0)
// We cannot code this pre condition because
// if Root_of_2 is interval_nt "beta", "delta" mean nothing
template < class CK >
Orientation
orientation(const typename CK::Circular_arc_point_2 &p,