cesium-native
0.41.0
|
Public Attributes | |
double | minimumX |
The minimum x-coordinate. | |
double | minimumY |
The minimum y-coordinate. | |
double | minimumZ |
The minimum z-coordinate. | |
double | maximumX |
The maximum x-coordinate. | |
double | maximumY |
The maximum y-coordinate. | |
double | maximumZ |
The maximum z-coordinate. | |
double | lengthX |
The length of the box on the x-axis. | |
double | lengthY |
The length of the box on the y-axis. | |
double | lengthZ |
The length of the box on the z-axis. | |
glm::dvec3 | center |
The center of the box. | |
Definition at line 9 of file AxisAlignedBox.h.