#include <BuildWorld.h>
Public Member Functions | |
| SqrLimits () | |
| void | MaxMinInc (int page, int x, int y) |
| void | MaxMin (int page, int x, int y) |
| void | Inverse (int size=BUILD_SIZE) |
| void | Init (int size=BUILD_SIZE) |
Public Attributes | |
| int | minpage |
| int | maxpage |
| int | minx |
| int | maxx |
| int | miny |
| int | maxy |
These limits usually define the active area of a dimention so that operations can be performed only within those boundaries and not over the whole span of the dimention.
| SqrLimits::SqrLimits | ( | ) | [inline] |
| void SqrLimits::MaxMinInc | ( | int | page, | |
| int | x, | |||
| int | y | |||
| ) |
| void SqrLimits::MaxMin | ( | int | page, | |
| int | x, | |||
| int | y | |||
| ) |
| void SqrLimits::Inverse | ( | int | size = BUILD_SIZE |
) |
| void SqrLimits::Init | ( | int | size = BUILD_SIZE |
) |
| int SqrLimits::minx |
| int SqrLimits::maxx |
| int SqrLimits::miny |
| int SqrLimits::maxy |