Searched refs:distM (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp1592 float distM = point_point_distance(point, where) * zoomLevel; local
1596 if (distM < MOVE_THRESHOLD) {
1608 if (distM - distIn > 0.00001
1615 && distOut < distM && distOut < MOVE_THRESHOLD) {

Completed in 28 milliseconds