Property | Type | Description | |
---|---|---|---|
cacheCount | int | ||
callBegin | CallBeginDelegate | ||
callCombine | CallCombineDelegate | ||
callEdgeFlag | CallEdgeFlagDelegate | ||
callEnd | CallEndDelegate | ||
callMesh | CallMeshDelegate | ||
callVertex | CallVertexDelegate | ||
currentSweepVertex | ContourVertex | ||
edgeDictionary | |||
lonelyTriList | |||
mesh | |||
simpleVertexCache | Vertex[] | ||
vertexPriorityQue | MiniCollection.MaxFirstList |
||
windingRule | WindingRuleType |
Method | Description | |
---|---|---|
AddVertex ( double x, double y, double z, int data ) : void | ||
BeginContour ( ) : void | ||
BeginPolygon ( ) : void | ||
CallBegin ( TriangleListType triangleType ) : void | ||
CallCombine ( double v0, double v1, double v2, int data4, double weight4, int &outData ) : void | ||
CallEdgeFlag ( bool edgeState ) : void | ||
CallEnd ( ) : void | ||
CallVertex ( int vertexData ) : void | ||
EndContour ( ) : void | ||
EndPolygon ( ) : void | ||
IsWindingInside ( int numCrossings ) : bool | ||
RenderBoundary ( |
||
RenderCache ( ) : bool | ||
RenderMesh ( |
||
Tesselator ( ) : System |
Method | Description | |
---|---|---|
AddVertex ( double x, double y, int data ) : bool | ||
CacheVertex ( double x, double y, double z, int data ) : void | ||
CacheVertex ( double x, double y, int data ) : void | ||
CheckOrientation ( ) : void | ||
ComputeNormal ( double &nx, double &ny, double &nz ) : int | ||
EmptyCache ( ) : void | ||
GotoState ( ProcessingState newProcessingState ) : void | ||
IsEven ( int n ) : bool | ||
MaximumFan ( |
||
MaximumStrip ( |
||
ProjectPolygon ( ) : void | ||
RenderFan ( |
||
RenderLonelyTriangles ( |
||
RenderMaximumFaceGroup ( |
||
RenderStrip ( |
||
RenderTriangle ( |
||
RequireState ( ProcessingState state ) : void |
public AddVertex ( double x, double y, double z, int data ) : void | ||
x | double | |
y | double | |
z | double | |
data | int | |
return | void |
public CallBegin ( TriangleListType triangleType ) : void | ||
triangleType | TriangleListType | |
return | void |
public CallCombine ( 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 |
public CallEdgeFlag ( bool edgeState ) : void | ||
edgeState | bool | |
return | void |
public IsWindingInside ( int numCrossings ) : bool | ||
numCrossings | int | |
return | bool |
public MiniCollection.MaxFirstList |
||
return | MiniCollection.MaxFirstList |