Home
last modified time | relevance | path

Searched defs:Matrix3 (Results 1 – 9 of 9) sorted by relevance

/external/eigen/test/
Dgeo_eulerangles.cpp19 typedef Matrix<Scalar,3,3> Matrix3; in verify_euler() typedef
61 typedef Matrix<Scalar,3,3> Matrix3; in eulerangles() typedef
Dgeo_orthomethods.cpp22 typedef Matrix<Scalar,3,3> Matrix3; in orthomethods_3() typedef
Dvectorization_logic.cpp110 > Matrix3; in run() typedef
Dgeo_transformations.cpp82 typedef Matrix<Scalar,3,3> Matrix3; in transformations() typedef
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DMatrix3.java27 public class Matrix3 implements Serializable { class
41 public Matrix3 () { in Matrix3() method in Matrix3
45 public Matrix3 (Matrix3 matrix) { in Matrix3() method in Matrix3
53 public Matrix3 (float[] values) { in Matrix3() method in Matrix3
/external/eigen/Eigen/src/Geometry/
DQuaternion.h53 typedef Matrix<Scalar,3,3> Matrix3; typedef
/external/eigen/test/eigen2/
Deigen2_geometry.cpp22 typedef Matrix<Scalar,3,3> Matrix3; in geometry() typedef
Deigen2_geometry_with_eigen2_prefix.cpp24 typedef Matrix<Scalar,3,3> Matrix3; in geometry() typedef
/external/eigen/demos/opengl/
Dquaternion_demo.cpp140 typedef Matrix<Scalar,3,3> Matrix3; typedef in EulerAngles