This is a way to compute a circle without use of Trigonometry or square roots. It works by caulculating the intersection of two lines, one of which is the other but rotated 90 degrees and moved a bit. There are not a lot of uses for this, but calculating square roots can by quite computationaly expensive. So any program that needs to run fast and draw circles would find this helpful.