HDK
|
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_Vector3.h"
#include "UT_VectorTypes.h"
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | UT_BoundingBoxT< T > |
Axis-aligned bounding box (AABB). More... | |
Typedefs | |
using | UT_BoundingBoxR = UT_BoundingBoxT< fpreal > |
using | UT_BoundingBoxF = UT_BoundingBoxT< fpreal32 > |
using | UT_BoundingBoxD = UT_BoundingBoxT< fpreal64 > |
using | UT_BoundingBoxI = UT_BoundingBoxT< int64 > |
using | UT_BoundingBox = UT_BoundingBoxT< float > |
Functions | |
template<typename T > | |
UT_API size_t | format (char *buf, size_t bufsize, const UT_BoundingBoxT< T > &v) |
using UT_BoundingBox = UT_BoundingBoxT<float> |
Definition at line 562 of file UT_BoundingBox.h.
using UT_BoundingBoxD = UT_BoundingBoxT<fpreal64> |
Definition at line 560 of file UT_BoundingBox.h.
using UT_BoundingBoxF = UT_BoundingBoxT<fpreal32> |
Definition at line 559 of file UT_BoundingBox.h.
using UT_BoundingBoxI = UT_BoundingBoxT<int64> |
Definition at line 561 of file UT_BoundingBox.h.
using UT_BoundingBoxR = UT_BoundingBoxT<fpreal> |
Definition at line 558 of file UT_BoundingBox.h.
UT_API size_t format | ( | char * | buf, |
size_t | bufsize, | ||
const UT_BoundingBoxT< T > & | v | ||
) |