Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Rectangle Member List

This is the complete list of members for Aleph::Rectangle, including all inherited members.

area() const noexceptAleph::Rectangleinline
center() const noexceptAleph::Rectangleinline
contains(const Point &p) const noexceptAleph::Rectangleinline
corners() const noexceptAleph::Rectangleinline
distance_squared_to(const Point &p) const noexceptAleph::Rectangleinline
distance_to(const Point &p) constAleph::Rectangleinline
get_xmax() constAleph::Rectangleinline
get_xmin() constAleph::Rectangleinline
get_ymax() constAleph::Rectangleinline
get_ymin() constAleph::Rectangleinline
height() const noexceptAleph::Rectangleinline
intersects(const Rectangle &that) const noexceptAleph::Rectangleinline
operator!=(const Rectangle &r) const noexceptAleph::Rectangleinline
operator==(const Rectangle &r) const noexceptAleph::Rectangleinline
perimeter() const noexceptAleph::Rectangleinline
Rectangle()Aleph::Rectangleinline
Rectangle(const Geom_Number &xmin, const Geom_Number &ymin, const Geom_Number &xmax, const Geom_Number &ymax)Aleph::Rectangleinline
set_rect(const Geom_Number &xmin, const Geom_Number &ymin, const Geom_Number &xmax, const Geom_Number &ymax)Aleph::Rectangleinline
to_string() constAleph::Rectangleinline
width() const noexceptAleph::Rectangleinline
xmax_Aleph::Rectangleprivate
xmin_Aleph::Rectangleprivate
ymax_Aleph::Rectangleprivate
ymin_Aleph::Rectangleprivate