25#ifndef _SOURCE_TYPES_TF_TYPES_H_
26#define _SOURCE_TYPES_TF_TYPES_H_
37#include "tfQuaternion.h"
43 typedef types::TVector2<double> dVector2;
44 typedef types::TVector3<double> dVector3;
45 typedef types::TVector4<double> dVector4;
47 typedef types::TVector2<float> fVector2;
48 typedef types::TVector3<float> fVector3;
49 typedef types::TVector4<float> fVector4;
51 typedef types::TVector2<FloatP_t> FVector2;
52 typedef types::TVector3<FloatP_t> FVector3;
53 typedef types::TVector4<FloatP_t> FVector4;
55 typedef types::TVector2<int> iVector2;
56 typedef types::TVector3<int> iVector3;
57 typedef types::TVector4<int> iVector4;
59 typedef types::TVector2<unsigned int> uiVector2;
60 typedef types::TVector3<unsigned int> uiVector3;
61 typedef types::TVector4<unsigned int> uiVector4;
63 typedef types::TMatrix3<double> dMatrix3;
64 typedef types::TMatrix4<double> dMatrix4;
66 typedef types::TMatrix3<float> fMatrix3;
67 typedef types::TMatrix4<float> fMatrix4;
69 typedef types::TMatrix3<FloatP_t> FMatrix3;
70 typedef types::TMatrix4<FloatP_t> FMatrix4;
72 typedef types::TQuaternion<double> dQuaternion;
73 typedef types::TQuaternion<float> fQuaternion;
74 typedef types::TQuaternion<FloatP_t> FQuaternion;
Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
Definition tfAngleConfig.h:26