HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FixedVectorTraits< UT_QuaternionT< T > > Struct Template Reference

#include <UT_Quaternion.h>

Public Types

typedef UT_FixedVector< T, 4 > FixedVectorType
 
typedef T DataType
 

Static Public Attributes

static const exint TupleSize = 4
 
static const bool isVectorType = true
 

Detailed Description

template<typename T>
struct UT_FixedVectorTraits< UT_QuaternionT< T > >

Definition at line 597 of file UT_Quaternion.h.

Member Typedef Documentation

template<typename T >
typedef T UT_FixedVectorTraits< UT_QuaternionT< T > >::DataType

Definition at line 600 of file UT_Quaternion.h.

template<typename T >
typedef UT_FixedVector<T,4> UT_FixedVectorTraits< UT_QuaternionT< T > >::FixedVectorType

Definition at line 599 of file UT_Quaternion.h.

Member Data Documentation

template<typename T >
const bool UT_FixedVectorTraits< UT_QuaternionT< T > >::isVectorType = true
static

Definition at line 602 of file UT_Quaternion.h.

template<typename T >
const exint UT_FixedVectorTraits< UT_QuaternionT< T > >::TupleSize = 4
static

Definition at line 601 of file UT_Quaternion.h.


The documentation for this struct was generated from the following file: