Hey guys, I am once again here because I am stumped on something. In my game, I want to calculate the position of the end of the arm, if you can imagine this, I have the arm rotation angle (from the center of the body), and I have the distance of the arm. Can someone point me in the right direction or give me some pseudo code.

Shooting from the angle of player
Hey guys, I’m making a 2d top down shooter. So the thing is, I have a player who shoots bullets at the mouse direction from the players x and y. The player also rotates to the angle of the mouse. What I’m trying to make is so the bullets are bieng...