Home
last modified time | relevance | path

Searched refs:actual_rotated (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/tests/
Dpose_test.cpp85 const vec3_t actual_rotated = test_pose.Transform(start_position); in TYPED_TEST() local
86 EXPECT_VEC3_NEAR(expected_rotated, actual_rotated, tolerance); in TYPED_TEST()