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

Method containsY

dgl/src/Geometry.cpp:943–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941
942template<typename T>
943bool Rectangle<T>::containsY(const T& y) const noexcept
944{
945 return (y >= pos.y && y <= pos.y + size.fHeight);
946}
947
948template<typename T>
949bool Rectangle<T>::isNull() const noexcept

Callers 1

onMotionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected