C# 클래스 Aka_s_Vayne.Logic.AJSGeometry.AJSPolygon

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

공개 프로퍼티들

프로퍼티 타입 설명
Points List

공개 메소드들

메소드 설명
AJSPolygon ( List p ) : System
Add ( System.Vector2 vec ) : void
Contains ( System.Vector2 point ) : bool
Count ( ) : int
Rectangle ( System.Vector2 startVector2, System.Vector2 endVector2, float radius ) : List

메소드 상세

AJSPolygon() 공개 메소드

public AJSPolygon ( List p ) : System
p List
리턴 System

Add() 공개 메소드

public Add ( System.Vector2 vec ) : void
vec System.Vector2
리턴 void

Contains() 공개 메소드

public Contains ( System.Vector2 point ) : bool
point System.Vector2
리턴 bool

Count() 공개 메소드

public Count ( ) : int
리턴 int

Rectangle() 공개 정적인 메소드

public static Rectangle ( System.Vector2 startVector2, System.Vector2 endVector2, float radius ) : List
startVector2 System.Vector2
endVector2 System.Vector2
radius float
리턴 List

프로퍼티 상세

Points 공개적으로 프로퍼티

public List Points
리턴 List