|
Kernel::Iso_rectangle_2
|
fo.operator() ( Kernel::Point_2 p, Kernel::Point_2 q)
|
| |
introduces an iso-oriented rectangle with diagonal
opposite vertices p and q such that p is the
lexicographically smallest point in the rectangle.
|
|
|
Kernel::Iso_rectangle_2
|
fo.operator() ( Kernel::Point_2 p, Kernel::Point_2 q, int)
|
| |
introduces an iso-oriented rectangle with diagonal
opposite vertices p and q. The int argument value is
only used to distinguish the two overloaded functions.
| Precondition: | p.x()<=q.x() and p.y()<=q.y(). |
|
|
|
Kernel::Iso_rectangle_2
|
|
| |
introduces an iso-oriented rectangle fo whose
minimal x coordinate is the one of left, the
maximal x coordinate is the one of right, the
minimal y coordinate is the one of bottom, the
maximal y coordinate is the one of top.
|