Arty
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
BBox Struct Reference

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
 

Detailed Description

Bounding box represented by its two extreme points.


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