operator unary- method

GeoAngle operator unary-()

negative of angle

Implementation

GeoAngle operator -() {
  return GeoAngle(radian: -radian);
}