Since | 18.0 |
vector solvetriangleSSS(vector sides)
vector solvetriangleSSS(float a, float b, float c)
Returns
The 3 angles of a triangle in radians given the value of its 3 sides using the Law of Cosines.
math |
|
solve |