Home | History | Annotate | Download | only in tests

Lines Matching defs:tolerance

29   const auto tolerance = FT(0.0001);
39 EXPECT_MAT4_NEAR(result_pose, mat4_t::Identity(), tolerance);
48 const auto tolerance = FT(0.0001);
62 EXPECT_VEC3_NEAR(expected_transformed, actual_transformed, tolerance);
72 const auto tolerance = FT(0.0001);
86 EXPECT_VEC3_NEAR(expected_rotated, actual_rotated, tolerance);
96 const auto tolerance = FT(0.0001);
117 EXPECT_VEC3_NEAR(expected_transformed, actual_transformed, tolerance);
127 const auto tolerance = FT(0.0001);
141 EXPECT_VEC3_NEAR(start_position, inverted, tolerance);
150 tolerance);
152 tolerance);