HomeSort by relevance Sort by last modified time
    Searched refs:minicircle (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/geometry/
two_farthest_clusters.py 15 from .minicircle import minicircle
72 return [minicircle(cluster).radius
minicircle.py 5 """minicircle: calculating the minimal enclosing circle given a set of points
93 """build minicircle: build the mini circle enclosing P and has R on the
121 def minicircle(points): function
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
geometry_unittest.py 17 from geometry.minicircle import minicircle
79 actual_circle = minicircle(points)

Completed in 6313 milliseconds