59 #include <OpenMesh/Core/Geometry/VectorT.hh>
70 using OpenMesh::VectorT;
73 typedef VectorT<signed char,1> Vec1c;
75 typedef VectorT<unsigned char,1> Vec1uc;
77 typedef VectorT<signed short int,1> Vec1s;
79 typedef VectorT<unsigned short int,1> Vec1us;
81 typedef VectorT<signed int,1> Vec1i;
83 typedef VectorT<unsigned int,1> Vec1ui;
85 typedef VectorT<float,1> Vec1f;
87 typedef VectorT<double,1> Vec1d;
90 typedef VectorT<signed char,2> Vec2c;
92 typedef VectorT<unsigned char,2> Vec2uc;
94 typedef VectorT<signed short int,2> Vec2s;
96 typedef VectorT<unsigned short int,2> Vec2us;
98 typedef VectorT<signed int,2> Vec2i;
100 typedef VectorT<unsigned int,2> Vec2ui;
102 typedef VectorT<float,2> Vec2f;
104 typedef VectorT<double,2> Vec2d;
107 typedef VectorT<signed char,3> Vec3c;
109 typedef VectorT<unsigned char,3> Vec3uc;
111 typedef VectorT<signed short int,3> Vec3s;
113 typedef VectorT<unsigned short int,3> Vec3us;
115 typedef VectorT<signed int,3> Vec3i;
117 typedef VectorT<unsigned int,3> Vec3ui;
119 typedef VectorT<float,3> Vec3f;
121 typedef VectorT<double,3> Vec3d;
123 typedef VectorT<bool,3> Vec3b;
126 typedef VectorT<signed char,4> Vec4c;
128 typedef VectorT<unsigned char,4> Vec4uc;
130 typedef VectorT<signed short int,4> Vec4s;
132 typedef VectorT<unsigned short int,4> Vec4us;
134 typedef VectorT<signed int,4> Vec4i;
136 typedef VectorT<unsigned int,4> Vec4ui;
138 typedef VectorT<float,4> Vec4f;
140 typedef VectorT<double,4> Vec4d;
143 typedef VectorT<signed char,6> Vec6c;
145 typedef VectorT<unsigned char,6> Vec6uc;
147 typedef VectorT<signed short int,6> Vec6s;
149 typedef VectorT<unsigned short int,6> Vec6us;
151 typedef VectorT<signed int,6> Vec6i;
153 typedef VectorT<unsigned int,6> Vec6ui;
155 typedef VectorT<float,6> Vec6f;
157 typedef VectorT<double,6> Vec6d;
163 #endif // ACG_VECTOR_HH defined
Definition: Matrix4x4T.cc:65