The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
|
Structure to hold the coordinates of the extremes of each box. More...
#include <BoundingBoxSet.hpp>
Public Attributes | |
float | minZ = 0.0f |
float | maxZ = 0.0f |
float | minX = 0.0f |
float | maxX = 0.0f |
float | minY = 0.0f |
float | maxY = 0.0f |
bool | tagged = false |
Structure to hold the coordinates of the extremes of each box.