Determine position given bearing

604 Views Asked by At

Given a point with x and y coordinates in a basic cartesian system, its relative bearing (-180 <= bearing < 180) to another point in the system (the bearing is from the line of sight / heading of the robot below) and the distance to the other point, in a clockwise orientation with another point in the following situation.

system2

How can I determine the position of the previously mentionned other point?