Skip to main content

Circumradius

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

Syntax

circumradius(Point, Point, Point)
circumradius(Triangle)

Description

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

calc.circumradius1.calc.png

Given a triangle, returns its circumradius.

calc.circumradius2.calc.png