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

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp495 // point_line_dist
497 point_line_dist(BPoint start, BPoint end, BPoint p, float radius) function
575 float dL = point_line_dist(fLeftTop, fLeftBottom, where, inset);
576 float dR = point_line_dist(fRightTop, fRightBottom, where, inset);
577 float dT = point_line_dist(fLeftTop, fRightTop, where, inset);
578 float dB = point_line_dist(fLeftBottom, fRightBottom, where, inset);

Completed in 265 milliseconds