Faster algorithm than dist()
in
Programming Questions
•
2 years ago
Currently Processing has the dist() function to determine the distance between two points.
However this requires the square root function to be used.
Does anyone have a faster algorithm that does not require square roots (and/or division) ?
However this requires the square root function to be used.
Does anyone have a faster algorithm that does not require square roots (and/or division) ?
1