#include <BreakoutLocationArray.h>
Public Member Functions | |
| BreakoutLocationArray (const AABBi &boxArea, const Vector2i &boxSize, int padding=1) | |
| ~BreakoutLocationArray () | |
| Vector2i | GetLocation (const int &x, const int &y) |
| int | GetWidth () |
| int | GetHeight () |
Protected Attributes | |
| Vector2i * | m_pLocationArray |
| int | m_width |
| int | m_height |
Definition at line 7 of file BreakoutLocationArray.h.
| BreakoutLocationArray::BreakoutLocationArray | ( | const AABBi & | boxArea, | |
| const Vector2i & | boxSize, | |||
| int | padding = 1 | |||
| ) |
Definition at line 3 of file BreakoutLocationArray.cpp.
| BreakoutLocationArray::~BreakoutLocationArray | ( | ) |
Definition at line 28 of file BreakoutLocationArray.cpp.
| int BreakoutLocationArray::GetHeight | ( | ) | [inline] |
Definition at line 22 of file BreakoutLocationArray.h.
| Vector2i BreakoutLocationArray::GetLocation | ( | const int & | x, | |
| const int & | y | |||
| ) | [inline] |
Definition at line 13 of file BreakoutLocationArray.h.
| int BreakoutLocationArray::GetWidth | ( | ) | [inline] |
Definition at line 21 of file BreakoutLocationArray.h.
int BreakoutLocationArray::m_height [protected] |
Definition at line 26 of file BreakoutLocationArray.h.
Vector2i* BreakoutLocationArray::m_pLocationArray [protected] |
Definition at line 25 of file BreakoutLocationArray.h.
int BreakoutLocationArray::m_width [protected] |
Definition at line 26 of file BreakoutLocationArray.h.
1.5.9