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