dingli2005

Results 1 issues of dingli2005

in TrilaterationFunction , the value function calculate residuals. it use d^2-r^2 as residuals `resultPoint[i] -= (this.getDistances()[i]) * (this.getDistances()[i]);` we also can use (d-r) as residuals which is better ? @lemmingapex