i want to rotate a rect(not only draw rotated rect but get the new rotated value ) in android ,i tried
canvas.rotate
but it didn't reflect the new values on the rect its just draw a rotated rec.
And this is not helping me because i used the rect in collision detection
Is there a way to rotate the model of the rect not only draw a rotated one ?
Thanks