MyGAL
|
Class representing a box. More...
#include <Box.h>
Public Member Functions | |
bool | contains (const Vector2< T > &point) const |
Public Attributes | |
T | left |
T | bottom |
T | right |
T | top |
Class representing a box.
Be careful, the y-axis is oriented to the top like in math. This bottom
must be lower to top
.
T mygal::Box< T >::bottom |
T mygal::Box< T >::left |
T mygal::Box< T >::right |
T mygal::Box< T >::top |