Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
942
template<typename T>
943
bool Rectangle<T>::containsY(const T& y) const noexcept
944
{
945
return (y >= pos.y && y <= pos.y + size.fHeight);
946
}
947
948
template<typename T>
949
bool Rectangle<T>::isNull() const noexcept
Callers
1
onMotion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected