Calculating vertices based on angles with a starting point of 0,0 and known distance
I have a list of angles, i.e. 84.81, 79.09, 72.95, 65.81, 59.45, 53.13, 47.73, 43.45, 43.09, which are calculated based on three vertices in 2D. So, the angles are the angles between three points.
Python calculating vertices based on angles with a starting point of 0,0 and known distance
Any help would be much appreciated.