The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
Loading...
Searching...
No Matches
small3d::BoundingBoxSet::extremes Struct Reference

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
 

Detailed Description

Structure to hold the coordinates of the extremes of each box.


The documentation for this struct was generated from the following file: