Altus Mapping Engine JavaScript API Reference - v2.0.ut.2153.g60764257e - Tuesday May 16, 2022 | SDK Documentation | Builds | BA3 Home |
Public Member Functions | |
BoundingRange () | |
Constructor Initializez x and y to 0, width and height to 1 More... | |
BoundingRange (int x, int y, int width, int height) | |
Constructor More... | |
bool | eq (BoundingRange other) |
Does this BoundingRange equal another? More... | |
size_t | getHash () |
Gets the hash for this BoundingRange More... | |
Public Attributes | |
int | x |
int | y |
int | width |
int | height |
AltusUnified::BoundingRange::BoundingRange | ( | ) |
Constructor Initializez x and y to 0, width and height to 1
AltusUnified::BoundingRange::BoundingRange | ( | int | x, |
int | y, | ||
int | width, | ||
int | height | ||
) |
Constructor
x | The minimum x value of this range |
y | The minimum y value of this range |
width | The x length of this range |
height | The y length of this range |
bool AltusUnified::BoundingRange::eq | ( | BoundingRange | other | ) |
Does this BoundingRange equal another?
other | The other BoundingRange |
size_t AltusUnified::BoundingRange::getHash | ( | ) |
Gets the hash for this BoundingRange
int AltusUnified::BoundingRange::height |
int AltusUnified::BoundingRange::width |
int AltusUnified::BoundingRange::x |
int AltusUnified::BoundingRange::y |