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

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

contains(const Point &p) constRectangleinline
distance_squared_to(const Point &p) constRectangleinline
distance_to(const Point &p) constRectangleinline
get_xmax() constRectangleinline
get_xmin() constRectangleinline
get_ymax() constRectangleinline
get_ymin() constRectangleinline
height() constRectangleinline
intersects(const Rectangle &that) constRectangleinline
Rectangle()Rectangleinline
Rectangle(const Geom_Number &__xmin, const Geom_Number &__ymin, const Geom_Number &__xmax, const Geom_Number &__ymax)Rectangleinline
set_rect(const Geom_Number &__xmin, const Geom_Number &__ymin, const Geom_Number &__xmax, const Geom_Number &__ymax)Rectangleinline
width() constRectangleinline
xmaxRectangleprivate
xminRectangleprivate
ymaxRectangleprivate
yminRectangleprivate