This documentation is compiled for the latest release of Mathos Core Library
Top
The Triangle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AngleA |
Gets or sets the angle opposite to side A
| |
| AngleB |
Gets or sets the angle opposite to side B
| |
| AngleC |
Gets or sets the angle opposite to side C
| |
| Area |
Gets the area of the triangle
| |
| Perimeter |
Gets the perimeter of the triangle
| |
| SideA |
Gets or sets the side A
| |
| SideB |
Gets or sets the side B
| |
| SideC |
Gets or sets the side C
|
See Also