Gets the contact triangle of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public Triangle ContactTriangle { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ContactTriangle As Triangle |
Visual C++ |
---|
public: property Triangle^ ContactTriangle { Triangle^ get (); } |
Field Value
The contact triangle.
Remarks
The vertices of the contact triangle are the tangent points of the edges of this
triangle onto the incircle of the triangle.