/Python-Circumcenter-Calculator

Python program that return a equidistant point of a triangle.

Primary LanguagePythonMIT LicenseMIT

Python-Circumcenter-Calculator

Python program that return a equidistant point of a triangle.

About

The Python-Circumcenter-Calculator is an algorithm that let user inputs the coordinates of three points, forming a triangle, and return the equidistant point (the circumcenter).

Note: this program is a Python implementation of the JavaScript code made by MeraCalculator in: http://www.meracalculator.com/graphic/circumcenter-of-triangle.php

Credits