C# 클래스 PixelFarm.DrawingGL.TessListener2

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
resultVertexList List

공개 메소드들

메소드 설명
BeginCallBack ( Tesselator type ) : void
CombineCallBack ( double v0, double v1, double v2, int data4, double weight4, int &outData ) : void
Connect ( Tesselate tesselator, bool setEdgeFlag ) : void
EdgeFlagCallBack ( bool IsEdge ) : void
EndCallBack ( ) : void
Reset ( List vertextList ) : void
TessListener2 ( ) : System
VertexCallBack ( int index ) : void

메소드 상세

BeginCallBack() 공개 메소드

public BeginCallBack ( Tesselator type ) : void
type Tesselate.Tesselator
리턴 void

CombineCallBack() 공개 메소드

public CombineCallBack ( double v0, double v1, double v2, int data4, double weight4, int &outData ) : void
v0 double
v1 double
v2 double
data4 int
weight4 double
outData int
리턴 void

Connect() 공개 메소드

public Connect ( Tesselate tesselator, bool setEdgeFlag ) : void
tesselator Tesselate
setEdgeFlag bool
리턴 void

EdgeFlagCallBack() 공개 메소드

public EdgeFlagCallBack ( bool IsEdge ) : void
IsEdge bool
리턴 void

EndCallBack() 공개 메소드

public EndCallBack ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( List vertextList ) : void
vertextList List
리턴 void

TessListener2() 공개 메소드

public TessListener2 ( ) : System
리턴 System

VertexCallBack() 공개 메소드

public VertexCallBack ( int index ) : void
index int
리턴 void

프로퍼티 상세

resultVertexList 공개적으로 프로퍼티

public List resultVertexList
리턴 List