#include "AreaBoundary.h"
◆ RectangleBoundary()
RectangleBoundary::RectangleBoundary |
( |
float |
southX, |
|
|
float |
northX, |
|
|
float |
eastY, |
|
|
float |
westY, |
|
|
bool |
isInverted = false |
|
) |
| |
22 :
Definition: AreaBoundary.h:24
float const _maxX
Definition: AreaBoundary.h:85
float const _minX
Definition: AreaBoundary.h:85
float const _maxY
Definition: AreaBoundary.h:85
float const _minY
Definition: AreaBoundary.h:85
◆ IsWithinBoundaryArea()
bool RectangleBoundary::IsWithinBoundaryArea |
( |
Position const * |
pos | ) |
const |
|
overrideprotectedvirtual |
◆ _maxX
float const RectangleBoundary::_maxX |
|
private |
◆ _maxY
float const RectangleBoundary::_maxY |
|
private |
◆ _minX
float const RectangleBoundary::_minX |
|
private |
◆ _minY
float const RectangleBoundary::_minY |
|
private |