SleepHunter.Models.SpellTarget.ComparePolarDescending C# (CSharp) 메소드

ComparePolarDescending() 개인적인 메소드

private ComparePolarDescending ( Point a, Point b ) : int
a Point
b Point
리턴 int
        int ComparePolarDescending(Point a, Point b)
        {
            return ComparePolar(a, b, isDescending: true);
        }