Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ isZero
Method
isZero
dgl/src/Geometry.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
template<typename T>
103
bool Point<T>::isZero() const noexcept
104
{
105
return x == 0 && y == 0;
106
}
107
108
template<typename T>
109
bool Point<T>::isNotZero() const noexcept
Callers
3
display
Method · 0.80
display
Method · 0.80
runTestsPerType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected