Home
last modified time | relevance | path

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

/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc523 float normal_distance_to_plane = util::CalculateDistanceToPlane( in OnTouchedFirst() local
526 if (!in_polygon || normal_distance_to_plane < 0) { in OnTouchedFirst()
707 float normal_distance_to_plane = util::CalculateDistanceToPlane( in OnTouchTranslate() local
710 if (!in_polygon || normal_distance_to_plane < 0) { in OnTouchTranslate()