Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.cpp485 const float cos_angle = std::cos(angle / M_PI); in CoordinatesForOrientation() local
490 return {0, g * cos_angle, z}; in CoordinatesForOrientation()
492 return {g * cos_angle, 0, z}; in CoordinatesForOrientation()