C# Class PixelFarm.DrawingGL.TessListener2

Datei anzeigen Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
resultVertexList List

Public Methods

Method Description
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

Method Details

BeginCallBack() public method

public BeginCallBack ( Tesselator type ) : void
type Tesselate.Tesselator
return void

CombineCallBack() public method

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
return void

Connect() public method

public Connect ( Tesselate tesselator, bool setEdgeFlag ) : void
tesselator Tesselate
setEdgeFlag bool
return void

EdgeFlagCallBack() public method

public EdgeFlagCallBack ( bool IsEdge ) : void
IsEdge bool
return void

EndCallBack() public method

public EndCallBack ( ) : void
return void

Reset() public method

public Reset ( List vertextList ) : void
vertextList List
return void

TessListener2() public method

public TessListener2 ( ) : System
return System

VertexCallBack() public method

public VertexCallBack ( int index ) : void
index int
return void

Property Details

resultVertexList public_oe property

public List resultVertexList
return List