#include <geometry.h>
◆ box() [1/2]
Default box constructor.
The box is initialized at (0, 0), with a null width and height.
◆ box() [2/2]
box constructor.
- Parameters
-
position | position of the bottom left corner of the box |
width | box width |
height | box height |
◆ position()
point pixled::box::position |
( |
| ) |
const |
|
inline |
Position of the bottom left corner of the box.
◆ width()
◆ height()
◆ _position
point pixled::box::_position |
|
protected |
Position of the bottom left corner of the box.
◆ _width
◆ _height
The documentation for this class was generated from the following files: