Click or drag to resize
IGeTriangle Interface

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IGeTriangle : IGeCurveComplex

The IGeTriangle type exposes the following members.

Properties
  NameDescription
Public propertyCircumCircle
Returns a circle which passes through all three vertices of a triangle (circumscribed circle).
Public propertyEulerLine
Public propertyInCircle
Returns the largest circle that will fit inside the triangle (inscribed circle).
Public propertyOrthoCenter
Public propertyP0
Public propertyP1
Public propertyP2
Public propertyTriangleType
Returns type of this triangle.
Top
See Also