+ 4
Does anyoe know how to coding angle degree of 3 point in triangle ..
plz help
11 Respuestas
+ 12
Sorry for the epic delay in response:
https://code.sololearn.com/czSfVZvBnq2O/?ref=app
+ 12
I'll try to code a sample. In the meantime, please read these links:
https://www.mathsisfun.com/algebra/trig-solving-triangles.html
http://www.cplusplus.com/reference/cmath/
+ 11
Sample code added to original answer.
+ 10
We need to at least know the length of each side of the triangle. The angle calculation should then follow the trigonometry rules. We have built-in functions for them. Look into <cmath>.
Sample code:
https://code.sololearn.com/cfX1WWuX8eYD/?ref=app
+ 9
Currently outside. Will respond to this thread once I get back.
+ 3
ouh ... right got it ... thanks a lot
+ 2
cant find the coding ? .. any link ?
+ 2
act , the task ask to get 3 angle degree from 3 point coordinate of triangle A(x,y) ,B(x,y), C(x,y) .. thanks .. very appercriate ...
+ 2
😀😀😀😀
thankssss for the help ... 👍👍👍👍
+ 1
but , how to find length if given only coordinate of 3 point in triangle ?
+ 1
alright