Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ isNotZero
Method
isNotZero
dgl/src/Geometry.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
template<typename T>
109
bool Point<T>::isNotZero() const noexcept
110
{
111
return x != 0 || y != 0;
112
}
113
114
template<typename T>
115
Point<T> Point<T>::operator+(const Point<T>& pos) noexcept
Callers
1
runTestsPerType
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected