Arty
|
Bounding box represented by its two extreme points. More...
#include <bbox.h>
Public Member Functions | |
BBox (const float3 &f) | |
BBox (const float3 &min, const float3 &max) | |
Static Public Member Functions | |
static BBox | empty () |
static BBox | full () |
Public Attributes | |
float3 | min |
float3 | max |
Bounding box represented by its two extreme points.