The Triangle type exposes the following members.

Properties

  NameDescription
Area
Gets the area of the triangle.
Center
Gets the center of the triangle.
Circumcircle
Gets the circumcircle of the triangle.
Circumference
Gets the circumference of the triangle.
ContactTriangle
Gets the contact triangle of the triangle.
Edge1
Gets the first edge of the triangle running from vertex 2 to vertex 3.
Edge2
Gets the second edge of the triangle running from vertex 3 to vertex 1.
Edge3
Gets the third edge of the triangle running from vertex 1 to vertex 2.
Edges
Gets the edges of the triangle.
EulerLine
Gets the Euler-line of the triangle.
Excircles
Gets the three excircles of the triangle.
Incircle
Gets the incircle of the triangle.
IsEquilateral
Tests if the triangle is equilateral.
MaximumAngle
Gets the maximum (largest) angle in the triangle.
MaximumX
Gets the maximum x-coordinate of the triangle.
MaximumY
Gets the maximum y-coordinate of the triangle.
MaximumZ
Gets the maximum z-coordinate of the triangle.
MinimumAngle
Gets the minimum (smallest) angle in the triangle.
MinimumX
Gets the minimum x-coordinate of the triangle.
MinimumY
Gets the minimum y-coordinate of the triangle.
MinimumZ
Gets the minimum z-coordinate of the triangle.
NinePointCircle
Gets the nine-point circle of the triangle.
NormalVector
Gets the normal vector of the triangle.
Orthocenter
Gets the orthocenter of the triangle.
SymmedianPoint
Gets the Symmedian point of the triangle.
TangentialTriangle
Gets the tangential triangle of the triangle.
Vertex1
Gets or sets the first vertex
Vertex2
Gets or sets the second vertex
Vertex3
Gets or sets the third vertex
Vertices
Gets the vertices of the triangle.

See Also