HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Plane.h File Reference
#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< fprealUT_PlaneR
 
typedef UT_PlaneT< fpreal32UT_PlaneF
 
typedef UT_PlaneT< fpreal64UT_PlaneD
 
typedef UT_PlaneT< floatUT_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)
 

Typedef Documentation

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.

Enumeration Type Documentation

Enumerator
UT_PLANE_XY 
UT_PLANE_YZ 
UT_PLANE_XZ 

Definition at line 26 of file UT_Plane.h.

Function Documentation

template<typename T >
UT_API size_t format ( char *  buffer,
size_t  bufsize,
const UT_PlaneT< T > &  p 
)