Method | Description | |
---|---|---|
GetNextRadiusPoint ( ) : Point | ||
RecalculatePoints ( ) : void | ||
SpellTarget ( ) : System | ||
SpellTarget ( TargetCoordinateUnits units, Point location ) : System | ||
SpellTarget ( TargetCoordinateUnits units, Point location, Point offset ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ComparePolar ( Point a, Point b, bool isDescending = false ) : int | ||
ComparePolarAscending ( Point a, Point b ) : int | ||
ComparePolarDescending ( Point a, Point b ) : int | ||
Determinant ( Point a, Point b ) : double | ||
GetRadiusPoints ( Point center, int innerRadius, int outerRadius ) : IEnumerable |
||
PolarToRect ( Point pt ) : Point | ||
RectToPolar ( Point pt ) : Point | ||
ToRelativeString ( Point pt ) : string |
public SpellTarget ( TargetCoordinateUnits units, Point location ) : System | ||
units | TargetCoordinateUnits | |
location | Point | |
return | System |
public SpellTarget ( TargetCoordinateUnits units, Point location, Point offset ) : System | ||
units | TargetCoordinateUnits | |
location | Point | |
offset | Point | |
return | System |