C# 클래스 Nocturne.Evade.Geometry.Polygon

파일 보기 프로젝트 열기: xQxCPMxQx/LeagueSharp2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Points List

공개 메소드들

메소드 설명
Add ( Vector2 point ) : void
Draw ( System.Drawing.Color color, int width = 1 ) : void
IsOutside ( Vector2 point ) : bool
PointInPolygon ( Vector2 point ) : int
ToClipperPath ( ) : System.Collections.Generic.List

메소드 상세

Add() 공개 메소드

public Add ( Vector2 point ) : void
point Vector2
리턴 void

Draw() 공개 메소드

public Draw ( System.Drawing.Color color, int width = 1 ) : void
color System.Drawing.Color
width int
리턴 void

IsOutside() 공개 메소드

public IsOutside ( Vector2 point ) : bool
point Vector2
리턴 bool

PointInPolygon() 공개 메소드

public PointInPolygon ( Vector2 point ) : int
point Vector2
리턴 int

ToClipperPath() 공개 메소드

public ToClipperPath ( ) : System.Collections.Generic.List
리턴 System.Collections.Generic.List

프로퍼티 상세

Points 공개적으로 프로퍼티

public List Points
리턴 List