C# Class PixelFarm.DrawingGL.TessListener2

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
resultVertexList List

Méthodes publiques

Méthode 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 méthode

public BeginCallBack ( Tesselator type ) : void
type Tesselate.Tesselator
Résultat void

CombineCallBack() public méthode

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
Résultat void

Connect() public méthode

public Connect ( Tesselate tesselator, bool setEdgeFlag ) : void
tesselator Tesselate
setEdgeFlag bool
Résultat void

EdgeFlagCallBack() public méthode

public EdgeFlagCallBack ( bool IsEdge ) : void
IsEdge bool
Résultat void

EndCallBack() public méthode

public EndCallBack ( ) : void
Résultat void

Reset() public méthode

public Reset ( List vertextList ) : void
vertextList List
Résultat void

TessListener2() public méthode

public TessListener2 ( ) : System
Résultat System

VertexCallBack() public méthode

public VertexCallBack ( int index ) : void
index int
Résultat void

Property Details

resultVertexList public_oe property

public List resultVertexList
Résultat List