Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
936
template<typename T>
937
bool Rectangle<T>::containsX(const T& x) const noexcept
938
{
939
return (x >= pos.x && x <= pos.x + size.fWidth);
940
}
941
942
template<typename T>
943
bool Rectangle<T>::containsY(const T& y) const noexcept
Callers
1
onMotion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected