Convert Bearing Degrees to Slope

1.5k Views Asked by At

I'm working on a mapping application that sketches a graphic on the map. The user will input the distance of a line segment and provide a bearing for the line segment. For example, a line segment is 100 ft long and the second point on the segment has a bearing of 60 degrees (0 being north). How do I convert that 60 degrees to a slope so I can determine where the second point falls on a graph using a basic quadratic equation?