Simple rectangle for selection bounds. More...
#include <object_geometry.h>
Public Member Functions | |
| int | width_pixels () const |
| int | height_pixels () const |
Public Attributes | |
| int | x_tiles = 0 |
| int | y_tiles = 0 |
| int | width_tiles = 0 |
| int | height_tiles = 0 |
Simple rectangle for selection bounds.
Definition at line 19 of file object_geometry.h.
|
inline |
Definition at line 25 of file object_geometry.h.
References width_tiles.
|
inline |
Definition at line 26 of file object_geometry.h.
References height_tiles.
| int yaze::zelda3::SelectionRect::x_tiles = 0 |
Definition at line 20 of file object_geometry.h.
Referenced by yaze::zelda3::ObjectGeometry::ApplySelectionBounds().
| int yaze::zelda3::SelectionRect::y_tiles = 0 |
Definition at line 21 of file object_geometry.h.
Referenced by yaze::zelda3::ObjectGeometry::ApplySelectionBounds().
| int yaze::zelda3::SelectionRect::width_tiles = 0 |
Definition at line 22 of file object_geometry.h.
Referenced by yaze::zelda3::ObjectGeometry::ApplySelectionBounds(), and width_pixels().
| int yaze::zelda3::SelectionRect::height_tiles = 0 |
Definition at line 23 of file object_geometry.h.
Referenced by yaze::zelda3::ObjectGeometry::ApplySelectionBounds(), and height_pixels().