|
Ion
|
Structure representing a rectangle to pack into the bin. More...
#include "binpacker.h"

Public Member Functions | |
| Rectangle ()=delete | |
| Rectangle (uint64 id_in, const math::Vector2ui &size_in) | |
| Constructor that takes an ID and size. More... | |
Public Attributes | |
| uint64 | id |
| math::Vector2ui | size |
| math::Point2ui | bottom_left |
Structure representing a rectangle to pack into the bin.
Definition at line 39 of file binpacker.h.
|
delete |
|
inline |
Constructor that takes an ID and size.
Definition at line 43 of file binpacker.h.
| math::Point2ui ion::text::BinPacker::Rectangle::bottom_left |
Definition at line 48 of file binpacker.h.
| uint64 ion::text::BinPacker::Rectangle::id |
Definition at line 46 of file binpacker.h.
| math::Vector2ui ion::text::BinPacker::Rectangle::size |
Definition at line 47 of file binpacker.h.