Any help would be much appreciated.
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.
I’d now like to plot vertices for each angle based on this with the starting point being (0,0). I know the distance between the points which is equal for all. But I have no idea how to calculate x,y coordinates for of the angles. Not looking to reference previous x,y positions at all.
Currently working in python, so if anyone has any ideas, any help would be greatly appreciated.