Home | History | Annotate | Download | only in Imath

Lines Matching refs:Matrix44

225     Euler(const Matrix44<T> &, Order o = Default);
267 void extract(const Matrix44<T>&);
271 Matrix44<T> toMatrix44() const;
457 inline Euler<T>::Euler( const Matrix44<T> &M, typename Euler::Order p )
492 Matrix44<T> N;
495 N = N * Matrix44<T> (M[0][0], M[0][1], M[0][2], 0,
524 Matrix44<T> N;
527 N = N * Matrix44<T> (M[0][0], M[0][1], M[0][2], 0,
552 void Euler<T>::extract(const Matrix44<T> &M)
574 Matrix44<T> N;
603 Matrix44<T> N;
671 Matrix44<T> Euler<T>::toMatrix44() const
695 Matrix44<T> M;