How can I calculate both angles in this image where the line from A-B is one sprite and B-C is another?
https://i.imgur.com/RzEv2rX.png[/img]
i.imgur.com/RzEv2rX.png
Develop games in your browser. Powerful, performant & highly capable.
That's two different angles.
angle(ax,ay,bx,by)
angle(bx,by,cx,cy)