Click or drag to resize
GeTriangleInCircle Property
Returns the largest circle that will fit inside the triangle (inscribed circle).

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCircle InCircle { get; }

Property Value

Type: GeCircle

Return Value

Type: GeCircle

Implements

IGeTriangleInCircle
Remarks
Each of the triangle's three sides is a tangent to the circle. The center of the incircle, called the incenter, is the intersection of the angle bisectors. The incentre of a triangle is the point which is equidistant from the sides of the triangle. It is also the point at which the bisectors of the triangle's angles meet.
See Also