HomeSort by relevance Sort by last modified time
    Searched defs:AngleRad (Results 1 - 2 of 2) sorted by null

  /external/skia/platform_tools/android/apps/arcore/src/main/cpp/
util.cc 293 void LogOrientation(float rotationDirection, float angleRad, char *type) {
297 LOGI("Counter Clockwise %.6f degrees rotation: ", glm::degrees(angleRad));
299 LOGI("Clockwise %.6f degrees rotation: ", glm::degrees(angleRad));
313 float AngleRad(glm::vec3 u, glm::vec3 v) {
  /external/skqp/platform_tools/android/apps/arcore/src/main/cpp/
util.cc 293 void LogOrientation(float rotationDirection, float angleRad, char *type) {
297 LOGI("Counter Clockwise %.6f degrees rotation: ", glm::degrees(angleRad));
299 LOGI("Clockwise %.6f degrees rotation: ", glm::degrees(angleRad));
313 float AngleRad(glm::vec3 u, glm::vec3 v) {

Completed in 1091 milliseconds