We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81551d8 commit 4c6b7baCopy full SHA for 4c6b7ba
src/core/TSignalLine.cpp
@@ -45,6 +45,7 @@ Point TSignalLine::at(unsigned int index){ return _points[index]; }
45
46
// TODO: Make it work with different initPhases (more than inaccuracy) + see also other files that using eqlals() method
47
// TODO: Make accuracy work when params are equal to 0
48
+// TODO: Move inacuracy to args
49
bool TSignalLine::equals(TSignalLine* sl) {
50
double left, right;
51
0 commit comments