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