Lines Matching refs:tvec4
48 typedef tvec4<T> col_type;
49 typedef tvec4<T> row_type;
105 explicit tmat44(const tvec4<U>& rhs);
113 tmat44(const tvec4<A>& v0, const tvec4<B>& v1, const tvec4<C>& v2, const tvec4<D>& v3);
142 static tmat44 translate(const tvec4<A>& t);
145 static tmat44 scale(const tvec4<A>& s);
179 tmat44<T>::tmat44(const tvec4<U>& v) {
212 tmat44<T>::tmat44(const tvec4<A>& v0, const tvec4<B>& v1, const tvec4<C>& v2, const tvec4<D>& v3) {
268 tvec4<T>( S, 0),
269 tvec4<T>( U, 0),
270 tvec4<T>(-L, 0),
271 tvec4<T>(-eye, 1));
276 tmat44<T> tmat44<T>::translate(const tvec4<A>& t) {
284 tmat44<T> tmat44<T>::scale(const tvec4<A>& s) {
341 typename tmat44<U>::col_type PURE operator *(const tmat44<T>& lv, const tvec4<U>& rv) {
350 typename tmat44<U>::row_type PURE operator *(const tvec4<U>& rv, const tmat44<T>& lv) {