Skip to main content

Inradius

Given a triangle, there exists one and only one circle, called the incircle, that is tangent to each of the polygon's sides. The inradius is the radius of the incircle.

Syntax

inradius(Point, Point, Point)
inradius(Triangle)

Description

Given three points describing a triangle, returns its inradius.

calc.inradius1.calc.png
calc.inradius1.plotter0.calc.png

Given a triangle, returns its inradius.

calc.inradius2.calc.png