Aleph-w  1.5a.2
Biblioteca general de algoritmos y estructuras de datos
 Todo Clases Archivos Funciones Variables 'typedefs' Enumeraciones Amigas Grupos Páginas
Referencia de la Clase Rectangle

Métodos públicos

const Geom_Number & get_xmin () const
 
const Geom_Number & get_ymin () const
 
const Geom_Number & get_xmax () const
 
const Geom_Number & get_ymax () const
 
 Rectangle (const Geom_Number &__xmin, const Geom_Number &__ymin, const Geom_Number &__xmax, const Geom_Number &__ymax)
 
void set_rect (const Geom_Number &xmin, const Geom_Number &ymin, const Geom_Number &xmax, const Geom_Number &ymax)
 
Geom_Number width ()
 
Geom_Number height ()
 
bool intersects (const Rectangle &that)
 
Geom_Number distance_squared_to (const Point &p)
 
Geom_Number distance_to (const Point &p)
 
bool contains (const Point &p) const
 

La documentación para esta clase fue generada a partir del siguiente fichero:

Leandro Rabindranath León