HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CVEX_DataType< PREC > Class Template Reference

Precision-dependent types of CVEX data. More...

#include <CVEX_Data.h>

Public Types

using Int = VEXint< PREC >
 
using Float = VEXfloat< PREC >
 
using Vec2 = VEXvec2< PREC >
 
using Vec3 = VEXvec3< PREC >
 
using Vec4 = VEXvec4< PREC >
 
using Mat2 = VEXmat2< PREC >
 
using Mat3 = VEXmat3< PREC >
 
using Mat4 = VEXmat4< PREC >
 
using Quat = VEXquaternion< PREC >
 

Detailed Description

template<VEX_Precision PREC>
class CVEX_DataType< PREC >

Precision-dependent types of CVEX data.

Definition at line 201 of file CVEX_Data.h.

Member Typedef Documentation

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Float = VEXfloat<PREC>

Definition at line 205 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Int = VEXint<PREC>

Definition at line 204 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Mat2 = VEXmat2<PREC>

Definition at line 209 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Mat3 = VEXmat3<PREC>

Definition at line 210 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Mat4 = VEXmat4<PREC>

Definition at line 211 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Quat = VEXquaternion<PREC>

Definition at line 212 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Vec2 = VEXvec2<PREC>

Definition at line 206 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Vec3 = VEXvec3<PREC>

Definition at line 207 of file CVEX_Data.h.

template<VEX_Precision PREC>
using CVEX_DataType< PREC >::Vec4 = VEXvec4<PREC>

Definition at line 208 of file CVEX_Data.h.


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