what is the easiest way to make a hitbox that rotates with it's texture
- by Matthew Optional Meehan
In xna when you have a sprite that doesnt rotate it's very easy to get the four corner of a sprite to make a hitbox, but when you do a rotation the points get moved and I assume there is some kind of math that I can use to aquire them.
I am using the four points to draw a rectangle that visually represents the hitboxes.
I have seen some per-pixel…