cityImage.get_coord_angle#

cityImage.get_coord_angle(origin, distance, angle)[source]#

Return coordinates at distance and bearing-like angle from an origin.

The angle convention is the historical cityImage convention: degrees from the positive y-axis, not the mathematical positive x-axis.

Return type:

tuple[float, float]