Searched refs:point_point_distance (Results 1 – 6 of 6) sorted by relevance
/haiku/src/apps/icon-o-matic/generic/support/ |
H A D | support.cpp | 36 double a = point_point_distance(point, pb); in point_line_distance() 37 double b = point_point_distance(point, pa); in point_line_distance() 38 double c = point_point_distance(pa, pb); in point_line_distance() 65 double a = point_point_distance(from, to); in calc_angle() 66 double b = point_point_distance(from, origin); in calc_angle() 67 double c = point_point_distance(to, origin); in calc_angle()
|
H A D | support.h | 62 point_point_distance(BPoint a, BPoint b) in point_point_distance() function
|
/haiku/src/apps/icon-o-matic/transformable/ |
H A D | TransformBox.cpp | 507 return min_c(point_point_distance(start, p), point_point_distance(end, p)); in point_line_dist() 527 if (point_point_distance(where, fPivot) < inset) in _DragStateFor() 556 float dLT = point_point_distance(fLeftTop, where); in _DragStateFor() 557 float dRT = point_point_distance(fRightTop, where); in _DragStateFor() 558 float dLB = point_point_distance(fLeftBottom, where); in _DragStateFor() 559 float dRB = point_point_distance(fRightBottom, where); in _DragStateFor()
|
H A D | PerspectiveBox.cpp | 352 float dLT = point_point_distance(fLeftTop, where); in _DragStateFor() 353 float dRT = point_point_distance(fRightTop, where); in _DragStateFor() 354 float dLB = point_point_distance(fLeftBottom, where); in _DragStateFor() 355 float dRB = point_point_distance(fRightBottom, where); in _DragStateFor()
|
/haiku/src/apps/icon-o-matic/generic/gui/ |
H A D | SwatchView.cpp | 176 if (point_point_distance(where, fTrackingStart) > DRAG_INIT_DIST in MouseMoved()
|
/haiku/src/apps/icon-o-matic/shape/ |
H A D | PathManipulator.cpp | 1592 float distM = point_point_distance(point, where) * zoomLevel; in _SetModeForMousePos() 1593 float distIn = point_point_distance(pointIn, where) * zoomLevel; in _SetModeForMousePos() 1594 float distOut = point_point_distance(pointOut, where) * zoomLevel; in _SetModeForMousePos()
|