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