|
HDK
|
#include "UT_API.h"#include "UT_Options.h"#include "UT_VectorTypes.h"#include <stdlib.h>#include <SYS/SYS_Types.h>
Include dependency graph for UT_CameraParms.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | UT_CameraParms |
Enumerations | |
| enum | OBJ_ProjectionType { OBJ_PROJ_PERSPECTIVE, OBJ_PROJ_ORTHO, NUM_OBJ_PROJECTIONS } |
Functions | |
| UT_API size_t | UTformatBuffer (char *buffer, size_t buffer_size, const UT_CameraParms &camp) |
| enum OBJ_ProjectionType |
| Enumerator | |
|---|---|
| OBJ_PROJ_PERSPECTIVE | |
| OBJ_PROJ_ORTHO | |
| NUM_OBJ_PROJECTIONS | |
Definition at line 26 of file UT_CameraParms.h.
| UT_API size_t UTformatBuffer | ( | char * | buffer, |
| size_t | buffer_size, | ||
| const UT_CameraParms & | camp | ||
| ) |