Summary
Encapsulates a triangle defined by vertices represented as
PointD values.
Constructors
| Instantiates a new triangle with the specified vertices. |
Instance methods
bool | | Returns a value indicating whether the circumcircle of this triangle contains v. |
bool | |
Returns a value indicating whether one of the triangle edges is equal to e. Edge equality
is direction-insensitive. |
bool | | Returns a value indicating whether one of the triangle vertices is equal to v. |
string | | Returns a string representation of the triangle. |
Instance properties
Instance fields