Name | Description | |
---|---|---|
Triangle Constructor | Initializes a new instance of the Triangle struct from its three vertices. |
The following tables list the members exposed by Triangle.
Name | Description | |
---|---|---|
Triangle Constructor | Initializes a new instance of the Triangle struct from its three vertices. |
Name | Description | |
---|---|---|
A | The first vertex of the triangle. | |
B | The second vertex of the triangle. | |
C | The third vertex of the triangle. |
Name | Description | |
---|---|---|
Equals | Overloaded. | |
GetHashCode |
Equality | Tests whether two specified Triangle objects are equivalent. |
Inequality | Tests whether two specified Line objects are not equivalent. |