Situation
I have a circle segment and some information about the circle it belongs to.
Given Information:
- radius of the circle in meters
- central angle in degrees
- lat/long of all three points on the image below.
I need to calculate the area
of the circle segment on sphere. It should depend on the radius of the Earth (like great-circle distance).
Problem
I have no idea how to do that and couldn't find any algorithms.
Thanks for help