C# 클래스 SleepHunter.Models.SpellTarget

상속: ObservableObject
파일 보기 프로젝트 열기: ewrogers/SleepHunter4 1 사용 예제들

공개 메소드들

메소드 설명
GetNextRadiusPoint ( ) : Point
RecalculatePoints ( ) : void
SpellTarget ( ) : System
SpellTarget ( TargetCoordinateUnits units, Point location ) : System
SpellTarget ( TargetCoordinateUnits units, Point location, Point offset ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetNextRadiusPoint() 공개 메소드

public GetNextRadiusPoint ( ) : Point
리턴 Point

RecalculatePoints() 공개 메소드

public RecalculatePoints ( ) : void
리턴 void

SpellTarget() 공개 메소드

public SpellTarget ( ) : System
리턴 System

SpellTarget() 공개 메소드

public SpellTarget ( TargetCoordinateUnits units, Point location ) : System
units TargetCoordinateUnits
location Point
리턴 System

SpellTarget() 공개 메소드

public SpellTarget ( TargetCoordinateUnits units, Point location, Point offset ) : System
units TargetCoordinateUnits
location Point
offset Point
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string