C# 클래스 GraphicsEngine.Graphics.Polygon

상속: IPolygon
파일 보기 프로젝트 열기: ckarcz/GraphicsEngine 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Polygon ( ) : System.Collections.Generic
Polygon ( IEnumerable points ) : System.Collections.Generic
Polygon ( IList points ) : System.Collections.Generic
this ( int index ) : Vector3

메소드 상세

Polygon() 공개 메소드

public Polygon ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Polygon() 공개 메소드

public Polygon ( IEnumerable points ) : System.Collections.Generic
points IEnumerable
리턴 System.Collections.Generic

Polygon() 공개 메소드

public Polygon ( IList points ) : System.Collections.Generic
points IList
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int index ) : Vector3
index int
리턴 Vector3