MCPcopy 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
108template<typename T>
109bool Point<T>::isNotZero() const noexcept
110{
111 return x != 0 || y != 0;
112}
113
114template<typename T>
115Point<T> Point<T>::operator+(const Point<T>& pos) noexcept

Callers 1

runTestsPerTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected