MCPcopy Create free account
hub / github.com/DISTRHO/DPF / containsX

Method containsX

dgl/src/Geometry.cpp:937–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935
936template<typename T>
937bool Rectangle<T>::containsX(const T& x) const noexcept
938{
939 return (x >= pos.x && x <= pos.x + size.fWidth);
940}
941
942template<typename T>
943bool Rectangle<T>::containsY(const T& y) const noexcept

Callers 1

onMotionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected