#include <nanovdb/NanoVDB.h>
Inherited by BBox< Vec3T, true >.
BaseBBox |
( |
const Vec3T & |
min, |
|
|
const Vec3T & |
max |
|
) |
| |
|
inlineprotected |
Intersect this bounding box with the given bounding box.
bool isInside |
( |
const Vec3T & |
xyz | ) |
|
|
inline |
const Vec3T& max |
( |
| ) |
const |
|
inline |
const Vec3T& min |
( |
| ) |
const |
|
inline |
bool operator!= |
( |
const BaseBBox< Vec3T > & |
rhs | ) |
const |
|
inline |
bool operator== |
( |
const BaseBBox< Vec3T > & |
rhs | ) |
const |
|
inline |
const Vec3T& operator[] |
( |
int |
i | ) |
const |
|
inline |
Vec3T& operator[] |
( |
int |
i | ) |
|
|
inline |
Coord& translate |
( |
const Vec3T & |
xyz | ) |
|
|
inline |