C# Class Tesselate.Face

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

Méthodes publiques

Свойство Type Description
halfEdgeThisIsLeftFaceOf HalfEdge
indexDebug int
isInterior bool
marked bool
nextFace Face
prevFace Face
trail Face

Méthodes publiques

Méthode Description
AddToTrail ( Face &f, Face &t ) : void
FreeTrail ( Face &t ) : void
Marked ( ) : bool

Private Methods

Méthode Description
TessellateMonoRegion ( ) : bool

Method Details

AddToTrail() public static méthode

public static AddToTrail ( Face &f, Face &t ) : void
f Face
t Face
Résultat void

FreeTrail() static public méthode

static public FreeTrail ( Face &t ) : void
t Face
Résultat void

Marked() public méthode

public Marked ( ) : bool
Résultat bool

Property Details

halfEdgeThisIsLeftFaceOf public_oe property

public HalfEdge,Tesselate halfEdgeThisIsLeftFaceOf
Résultat HalfEdge

indexDebug public_oe property

public int indexDebug
Résultat int

isInterior public_oe property

public bool isInterior
Résultat bool

marked public_oe property

public bool marked
Résultat bool

nextFace public_oe property

public Face,Tesselate nextFace
Résultat Face

prevFace public_oe property

public Face,Tesselate prevFace
Résultat Face

trail public_oe property

public Face,Tesselate trail
Résultat Face