![]() |
PeriDyno 1.0.0
|
#include <Node.h>
Public Member Functions | |
NBoundingBox () | |
NBoundingBox (Vec3f lo, Vec3f hi) | |
NBoundingBox & | join (const NBoundingBox box) |
NBoundingBox & | intersect (const NBoundingBox box) |
float | maxLength () |
Public Attributes | |
Vec3f | lower = Vec3f(-1) |
Vec3f | upper = Vec3f(1) |
|
inline |
|
inline |
|
inline |