Ptolemy's Theorem

August 3, 2018 ยท View on GitHub

This visualizes Ptolemy's Theorem regarding an equilateral triangle inscribed in a circle. Given an equilateral triangle inscribed on a circle and a point on the circle. The distance from the point to the most distant vertex of the triangle is the sum of the distances from the point to the two nearer vertices.

note: This code has some Partial functions and needs some cleaning up.

Installation & Running

npm install
bower install
npm start