Lines Matching refs:Vec2
307 Vec2<T> &scl,
319 Vec2<T> &scl,
333 Vec2<T> &scl,
342 Vec2<T> &s,
345 Vec2<T> &t,
350 const Vec2<T> &row,
1060 extractScaling (const Matrix33<T> &mat, Vec2<T> &scl, bool exc)
1076 Vec2<T> scl;
1079 Vec2<T> tran;
1098 Vec2<T> scl;
1101 Vec2<T> tran;
1117 extractScalingAndShear (const Matrix33<T> &mat, Vec2<T> &scl, T &shr, bool exc)
1132 Vec2<T> scl;
1147 Vec2<T> scl;
1159 Vec2<T> &scl, T &shr, bool exc)
1161 Vec2<T> row[2];
1163 row[0] = Vec2<T> (mat[0][0], mat[0][1]);
1164 row[1] = Vec2<T> (mat[1][0], mat[1][1]);
1253 Vec2<T> i (mat[0][0], mat[0][1]);
1254 Vec2<T> j (mat[1][0], mat[1][1]);
1270 Vec2<T> &s,
1273 Vec2<T> &t,
1294 const Vec2<T> &row,