MCPcopy 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
102template<typename T>
103bool Point<T>::isZero() const noexcept
104{
105 return x == 0 && y == 0;
106}
107
108template<typename T>
109bool Point<T>::isNotZero() const noexcept

Callers 3

displayMethod · 0.80
displayMethod · 0.80
runTestsPerTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected