CGAL 5.4 - 2D Snap Rounding
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 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. More...
 

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

}