static double sphericalArea()

in Transform360/Library/VideoFrameTransform.cpp [150:152]


static double sphericalArea(double angle) {
  return (1 - cos(0.5 * angle)) * 2 * M_PI;
}