#include <openvdb/Platform.h>
#include <openvdb/version.h>
#include "QuantizedUnitVec.h"
#include "Math.h"
Go to the source code of this file.
|
class | Hermite |
| Quantized Hermite data object that stores compressed intersection information (offsets and normlas) for the up-wind edges of a voxel. (Size 10 bytes) More...
|
|
|
std::ostream & | operator<< (std::ostream &ostr, const Hermite &rhs) |
|
bool | isApproxEqual (const Hermite &lhs, const Hermite &rhs) |
|
bool | isApproxEqual (const Hermite &lhs, const Hermite &rhs, const Hermite &) |
|
template<> |
math::Hermite | zeroVal< math::Hermite > () |
|
|
Hermite | min (const Hermite &, const Hermite &) |
| min and max operations done directly on the compressed data. More...
|
|
Hermite | max (const Hermite &lhs, const Hermite &rhs) |
| min and max operations done directly on the compressed data. More...
|
|