Blobalizer
Loading...
Searching...
No Matches
BoundingBox.h File Reference
#include <Magnum/Magnum.h>
#include "Utils.h"

Go to the source code of this file.

Classes

struct  BoundingBox< size, T >
 A generic 3D axis-aligned bounding box defined by its minimum and maximum points. More...
 

Typedefs

typedef BoundingBox< 1, float > BoundingBox1f
 
typedef BoundingBox< 2, float > BoundingBox2f
 
typedef BoundingBox< 3, float > BoundingBox3f
 
typedef BoundingBox< 4, float > BoundingBox4f
 

Typedef Documentation

◆ BoundingBox1f

typedef BoundingBox<1, float> BoundingBox1f

◆ BoundingBox2f

typedef BoundingBox<2, float> BoundingBox2f

◆ BoundingBox3f

typedef BoundingBox<3, float> BoundingBox3f

◆ BoundingBox4f

typedef BoundingBox<4, float> BoundingBox4f