Home | History | Annotate | Download | only in gfx

Lines Matching refs:Matrix3F

13 class UI_EXPORT Matrix3F {
15 ~Matrix3F();
17 static Matrix3F Zeros();
18 static Matrix3F Ones();
19 static Matrix3F Identity();
20 static Matrix3F FromOuterProduct(const Vector3dF& a, const Vector3dF& bt);
22 bool IsEqual(const Matrix3F& rhs) const;
25 bool IsNear(const Matrix3F& rhs, float precision) const;
64 Matrix3F Inverse() const;
88 Vector3dF SolveEigenproblem(Matrix3F* eigenvectors) const;
91 Matrix3F(); // Uninitialized default.
102 inline bool operator==(const Matrix3F& lhs, const Matrix3F& rhs) {