Property | Type | Description | |
---|---|---|---|
A | Vector2 | ||
B | Vector2 | ||
C | Vector2 |
Method | Description | |
---|---|---|
GetArea ( Vector2 a, Vector2 b, Vector2 c ) : double |
Returns the area of the triangle made from the specified vectors.
|
|
Triangle2f ( Vector2 a, Vector2 b, Vector2 c ) : System |
Initializes a new instance of the StdPaint.Trangle2f structure with the specified vectors.
|
public static GetArea ( Vector2 a, Vector2 b, Vector2 c ) : double | ||
a | Vector2 | The first point. |
b | Vector2 | The second point. |
c | Vector2 | The third point. |
return | double |
public Triangle2f ( Vector2 a, Vector2 b, Vector2 c ) : System | ||
a | Vector2 | The first vector. |
b | Vector2 | The second vector. |
c | Vector2 | The third vector. |
return | System |