/external/opencv3/3rdparty/openexr/Imath/ |
ImathFrame.h | 43 template<class T> class Matrix44; 63 template<class T> Matrix44<T> firstFrame( const Vec3<T>&, // First point 67 template<class T> Matrix44<T> nextFrame( const Matrix44<T>&, // Previous matrix 73 template<class T> Matrix44<T> lastFrame( const Matrix44<T>&, // Previous matrix 88 template<class T> Matrix44<T> firstFrame 108 Matrix44<T> M; 126 template<class T> Matrix44<T> nextFrame 128 const Matrix44<T>& Mi, // Previous matri [all...] |
ImathMatrixAlgo.h | 42 // transformation matrices (Imath::Matrix33 and Imath::Matrix44). 131 (const Matrix44<T> &mat, 135 template <class T> Matrix44<T> sansScaling (const Matrix44<T> &mat, 139 (Matrix44<T> &mat, 143 (const Matrix44<T> &mat, 148 template <class T> Matrix44<T> sansScalingAndShear 149 (const Matrix44<T> &mat, 153 (Matrix44<T> &result, 154 const Matrix44<T> &mat [all...] |
ImathMatrix.h | 428 template <class T> class Matrix44 446 Matrix44 (Uninitialized) {} 448 Matrix44 (); 454 Matrix44 (T a); 460 Matrix44 (const T a[4][4]) ; 466 Matrix44 (T a, T b, T c, T d, T e, T f, T g, T h, 474 Matrix44 (Matrix33<T> r, Vec3<T> t); 485 Matrix44 (const Matrix44 &v); 486 template <class S> explicit Matrix44 (const Matrix44<S> &v) [all...] |
ImathMatrixAlgo.cpp | 287 jacobiRotateRight (Imath::Matrix44<T>& A, 458 twoSidedJacobiRotation (Imath::Matrix44<T>& A, 461 Imath::Matrix44<T>& U, 462 Imath::Matrix44<T>& V, 642 maxOffDiag (const Imath::Matrix44<T>& A) 785 twoSidedJacobiSVD (Imath::Matrix44<T> A, 786 Imath::Matrix44<T>& U, 788 Imath::Matrix44<T>& V, 911 jacobiSVD (const Imath::Matrix44<T>& A, 912 Imath::Matrix44<T>& U [all...] |
ImathFrustumTest.h | 76 // IMath::Matrix44 myCameraWorldMatrix 132 Matrix44<T> cameraMat; 136 FrustumTest(Frustum<T> &frustum, const Matrix44<T> &cameraMat) 145 void setFrustum(Frustum<T> &frustum, const Matrix44<T> &cameraMat); 163 Imath::Matrix44<T> cameraMat() const {return cameraMatrix;} 182 Matrix44<T> cameraMatrix; 192 const Matrix44<T> &cameraMat)
|
ImathEuler.h | 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 [all...] |
ImathLine.h | 176 inline Line3<S> operator * (const Line3<S> &line, const Matrix44<T> &M)
|
ImathFrustum.h | 131 void planes(Plane3<T> p[6], const Matrix44<T> &M); 140 Matrix44<T> projectionMatrix() const; 356 Matrix44<T> Frustum<T>::projectionMatrix() const 399 return Matrix44<T>( A, 0, 0, 0, 434 return Matrix44<T>( E, 0, 0, 0, 679 void Frustum<T>::planes(Plane3<T> p[6], const Matrix44<T> &M)
|
ImathPlane.h | 212 Plane3<T> operator* (const Plane3<T> &plane, const Matrix44<T> &M)
|
ImathBoxAlgo.h | 57 // Box< Vec3<S> > transform(const Box<Vec3<S>>&, const Matrix44<T>&) 58 // Box< Vec3<S> > affineTransform(const Box<Vec3<S>>&, const Matrix44<T>&) 60 // void transform(const Box<Vec3<S>>&, const Matrix44<T>&, Box<V3ec3<S>>&) 62 // const Matrix44<T>&, 164 transform (const Box< Vec3<S> > &box, const Matrix44<T> &m) 247 const Matrix44<T> &m, 327 affineTransform (const Box< Vec3<S> > &box, const Matrix44<T> &m) 379 const Matrix44<T> &m,
|
ImathQuat.h | 145 Matrix44<T> toMatrix44 () const; 825 Matrix44<T> 828 return Matrix44<T> (1 - 2 * (v.y * v.y + v.z * v.z),
|
/external/eigen/test/ |
vectorization_logic.cpp | 91 typedef Matrix<Scalar,(Matrix11::Flags&RowMajorBit)?16:4*PacketSize,(Matrix11::Flags&RowMajorBit)?4*PacketSize:16> Matrix44; 130 VERIFY(test_assign(Matrix44(),Matrix44()+Matrix44(), 133 VERIFY(test_assign(Matrix44u(),Matrix44()+Matrix44(), 166 VERIFY(test_redux(Matrix44(), 169 VERIFY(test_redux(Matrix44().template block<(Matrix1::Flags&RowMajorBit)?4:PacketSize,(Matrix1::Flags&RowMajorBit)?PacketSize:4>(1,2),
|
/external/libgdx/gdx/jni/gdx2d/ |
jpgd.cpp | 584 struct Matrix44 597 inline Matrix44() { } 599 inline Matrix44& operator += (const Matrix44& a) 611 inline Matrix44& operator -= (const Matrix44& a) 623 friend inline Matrix44 operator + (const Matrix44& a, const Matrix44& b) 625 Matrix44 ret [all...] |
/external/skia/tests/ |
Matrix44Test.cpp | 813 DEF_TEST(Matrix44, reporter) { [all...] |