C# Class Tesselate.Face

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
halfEdgeThisIsLeftFaceOf HalfEdge
indexDebug int
isInterior bool
marked bool
nextFace Face
prevFace Face
trail Face

Public Methods

Method Description
AddToTrail ( Face &f, Face &t ) : void
FreeTrail ( Face &t ) : void
Marked ( ) : bool

Private Methods

Method Description
TessellateMonoRegion ( ) : bool

Method Details

AddToTrail() public static method

public static AddToTrail ( Face &f, Face &t ) : void
f Face
t Face
return void

FreeTrail() static public method

static public FreeTrail ( Face &t ) : void
t Face
return void

Marked() public method

public Marked ( ) : bool
return bool

Property Details

halfEdgeThisIsLeftFaceOf public property

public HalfEdge,Tesselate halfEdgeThisIsLeftFaceOf
return HalfEdge

indexDebug public property

public int indexDebug
return int

isInterior public property

public bool isInterior
return bool

marked public property

public bool marked
return bool

nextFace public property

public Face,Tesselate nextFace
return Face

prevFace public property

public Face,Tesselate prevFace
return Face

trail public property

public Face,Tesselate trail
return Face