HomeSort by relevance Sort by last modified time
    Searched refs:matrot1 (Results 1 - 3 of 3) sorted by null

  /external/eigen/test/eigen2/
eigen2_geometry.cpp 44 Matrix3 matrot1; local
101 matrot1 = AngleAxisx(Scalar(0.1), Vector3::UnitX())
104 VERIFY_IS_APPROX(matrot1 * v1,
eigen2_geometry_with_eigen2_prefix.cpp 46 Matrix3 matrot1; local
103 matrot1 = AngleAxisx(Scalar(0.1), Vector3::UnitX())
106 VERIFY_IS_APPROX(matrot1 * v1,
  /external/eigen/test/
geo_transformations.cpp 111 Matrix3 matrot1, m; local
128 matrot1 = AngleAxisx(Scalar(0.1), Vector3::UnitX())
131 VERIFY_IS_APPROX(matrot1 * v1,

Completed in 163 milliseconds