Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libdvrcommon/tests/
Dpose_test.cpp54 const Pose_t test_pose(pose_rotation, pose_position); in TYPED_TEST() local
61 const vec3_t actual_transformed = test_pose.TransformPoint(start_position); in TYPED_TEST()
79 const Pose_t test_pose(pose_rotation, pose_position); in TYPED_TEST() local
85 const vec3_t actual_rotated = test_pose.Transform(start_position); in TYPED_TEST()