#include <custom_object.h>
Public Member Functions | |
| int | width () const |
| int | height () const |
Public Attributes | |
| int | min_x = 0 |
| int | min_y = 0 |
| int | max_x = 0 |
| int | max_y = 0 |
Definition at line 39 of file custom_object.h.
|
inline |
Definition at line 44 of file custom_object.h.
|
inline |
Definition at line 45 of file custom_object.h.
| int yaze::zelda3::CustomObject::BoundingBox::min_x = 0 |
Definition at line 40 of file custom_object.h.
Referenced by yaze::zelda3::CustomObject::GetBoundingBox(), and width().
| int yaze::zelda3::CustomObject::BoundingBox::min_y = 0 |
Definition at line 41 of file custom_object.h.
Referenced by yaze::zelda3::CustomObject::GetBoundingBox(), and height().
| int yaze::zelda3::CustomObject::BoundingBox::max_x = 0 |
Definition at line 42 of file custom_object.h.
Referenced by yaze::zelda3::CustomObject::GetBoundingBox(), and width().
| int yaze::zelda3::CustomObject::BoundingBox::max_y = 0 |
Definition at line 43 of file custom_object.h.
Referenced by yaze::zelda3::CustomObject::GetBoundingBox(), and height().