Searched refs:actual_rotated (Results 1 – 1 of 1) sorted by relevance
85 const vec3_t actual_rotated = test_pose.Transform(start_position); in TYPED_TEST() local86 EXPECT_VEC3_NEAR(expected_rotated, actual_rotated, tolerance); in TYPED_TEST()