Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp524 const float cos_angle = std::cos(angle / M_PI); in CoordinatesForOrientation() local
529 return {0, g * cos_angle, z}; in CoordinatesForOrientation()
531 return {g * cos_angle, 0, z}; in CoordinatesForOrientation()