Skip to main content

Circumcenter

Given a triangle, there exists one and only one circumference that passes through the triangle's vertices. The circumcenter is the center of such circumference.

Syntax

circumcenter(Point, Point, Point)
circumcenter(Triangle)

Description

Given the three vertices of a triangle, returns its circumcenter.

calc.circumcenter1.calc.png
calc.circumcenter1.plotter0.calc.png

Given a triangle, returns its circumcenter.

calc.circumcenter2.calc.png