Свойство | Тип | Описание | |
---|---|---|---|
A | Vector3 | ||
B | Vector3 | ||
C | Vector3 |
Метод | Описание | |
---|---|---|
GetArea ( Vector3 a, Vector3 b, Vector3 c ) : double |
Returns the area of the triangle made from the specified vectors.
|
|
Triangle3f ( Vector3 a, Vector3 b, Vector3 c ) : System |
Initializes a new instance of the StdPaint.Trangle3f structure with the specified vectors.
|
public static GetArea ( Vector3 a, Vector3 b, Vector3 c ) : double | ||
a | Vector3 | The first point. |
b | Vector3 | The second point. |
c | Vector3 | The third point. |
Результат | double |
public Triangle3f ( Vector3 a, Vector3 b, Vector3 c ) : System | ||
a | Vector3 | The first vector. |
b | Vector3 | The second vector. |
c | Vector3 | The third vector. |
Результат | System |