|
HDK
|
#include "UT_API.h"#include "UT_Assert.h"#include "UT_Axis.h"#include "UT_Vector3.h"#include "UT_VectorTypes.h"#include <SYS/SYS_Deprecated.h>#include <SYS/SYS_Types.h>#include "UT_PlaneImpl.h"
Include dependency graph for UT_Plane.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_PlaneT< T > |
Typedefs | |
| typedef UT_PlaneT< fpreal > | UT_PlaneR |
| typedef UT_PlaneT< fpreal32 > | UT_PlaneF |
| typedef UT_PlaneT< fpreal64 > | UT_PlaneD |
| typedef UT_PlaneT< float > | UT_Plane |
Enumerations | |
| enum | UT_PlaneType { UT_PLANE_XY, UT_PLANE_YZ, UT_PLANE_XZ } |
Functions | |
| template<typename T > | |
| UT_API size_t | format (char *buffer, size_t bufsize, const UT_PlaneT< T > &p) |
Definition at line 198 of file UT_Plane.h.
Definition at line 197 of file UT_Plane.h.
Definition at line 196 of file UT_Plane.h.
Definition at line 195 of file UT_Plane.h.
| enum UT_PlaneType |
| Enumerator | |
|---|---|
| UT_PLANE_XY | |
| UT_PLANE_YZ | |
| UT_PLANE_XZ | |
Definition at line 26 of file UT_Plane.h.