finding the midway point along a circle between 2 points
basically, i’m making an svg, and i now need to find some coordinates for things rotated 45 degress, so i instantly tought that that point is sitting in the midway point on a circle of the 2 equivalents from other polygons, so basically i need the formula for getting the x,y coordinates on a plane of a point midway between 2 other x,y coordinates on a circle in order to finish my svg
edit: to clarify, i need to find the midway point on a circle centered on 32,32 on a 64x64 plane that has 0,0 in the top-left corner between 2 points that lie on that circle while only knowing the x,y coordinates of the points that lie on the circle and not the midway point between then on said circle with the midway point being the one on the shortest path between the 2 points