Home
last modified time | relevance | path

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

/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_Point.h166 …constexpr ValueType getDistanceSquaredFrom (Point other) const noexcept { return (*this - other)… in getDistanceSquaredFrom() function
H A Djuce_Line.h120 …Squared() const noexcept { return start.getDistanceSquaredFrom (end); } in getLengthSquared()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/geometry/
H A Djuce_Point.h166 …constexpr ValueType getDistanceSquaredFrom (Point other) const noexcept { return (*this - other)… in getDistanceSquaredFrom() function
H A Djuce_Line.h120 …Squared() const noexcept { return start.getDistanceSquaredFrom (end); } in getLengthSquared()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/mouse/
H A Djuce_DragAndDropContainer.cpp573 auto distance = ms->getScreenPosition().getDistanceSquaredFrom (centrePoint); in getMouseInputSourceForDrag()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/mouse/
H A Djuce_DragAndDropContainer.cpp573 auto distance = ms->getScreenPosition().getDistanceSquaredFrom (centrePoint); in getMouseInputSourceForDrag()