Ejemplo n.º 1
0
 public float DifferenceOfRadius(PolarCoordinate other) => Radius - other.Radius;
Ejemplo n.º 2
0
 public float DifferenceOfAngle(PolarCoordinate other) => Angle - other.Angle;