Hi, Currently I am using phaser framework to make a car racing js game. As it is displayed in the attachement image, the user will user left and right key to control the direction of car. All cars are made as Phaser sprite. The problem is, as the car's ranctangle image is rotating while steering left and right, so how should I check the collision between two rantangle rotation cars? Thanks!