Click or drag to resize
IGeTriangleCircumCircle Property
Returns a circle which passes through all three vertices of a triangle (circumscribed circle).

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

Property Value

Type: GeCircle

Return Value

Type: GeCircle
Remarks
The circumcircle always passes through all three vertices of a triangle. Its center is at the point where all the perpendicular bisectors of the triangle's sides meet. This center is called the circumcenter. Note that the center of the circle can be inside or outside of the triangle.
See Also