CGAL 6.3 - 2D Snap Rounding
Loading...
Searching...
No Matches
SRTraits_2::ConstructIsoRectangle_2 Concept Reference

Definition

Public Member Functions

Iso_rectangle_2 operator() (Point_2 left, Point_2 right, Point_2 bottom, Point_2 top)
 introduces an iso-oriented rectangle 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.

Member Function Documentation

◆ operator()()

Iso_rectangle_2 SRTraits_2::ConstructIsoRectangle_2::operator() ( Point_2 left,
Point_2 right,
Point_2 bottom,
Point_2 top )

introduces an iso-oriented rectangle 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.

}