C# Class Tesselate.HalfEdge

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

Méthodes publiques

Свойство Type Description
debugIndex int
isFirstHalfEdge bool
leftFace Face
nextEdgeCCWAroundLeftFace HalfEdge
nextEdgeCCWAroundOrigin HalfEdge
nextHalfEdge HalfEdge
originVertex ContourVertex
otherHalfOfThisEdge HalfEdge
regionThisIsUpperEdgeOf ActiveRegion
winding int

Méthodes publiques

Méthode Description
EdgeGoesLeft ( ) : bool
EdgeGoesRight ( ) : bool

Method Details

EdgeGoesLeft() public méthode

public EdgeGoesLeft ( ) : bool
Résultat bool

EdgeGoesRight() public méthode

public EdgeGoesRight ( ) : bool
Résultat bool

Property Details

debugIndex public_oe property

public int debugIndex
Résultat int

isFirstHalfEdge public_oe property

public bool isFirstHalfEdge
Résultat bool

leftFace public_oe property

public Face,Tesselate leftFace
Résultat Face

nextEdgeCCWAroundLeftFace public_oe property

public HalfEdge,Tesselate nextEdgeCCWAroundLeftFace
Résultat HalfEdge

nextEdgeCCWAroundOrigin public_oe property

public HalfEdge,Tesselate nextEdgeCCWAroundOrigin
Résultat HalfEdge

nextHalfEdge public_oe property

public HalfEdge,Tesselate nextHalfEdge
Résultat HalfEdge

originVertex public_oe property

public ContourVertex originVertex
Résultat ContourVertex

otherHalfOfThisEdge public_oe property

public HalfEdge,Tesselate otherHalfOfThisEdge
Résultat HalfEdge

regionThisIsUpperEdgeOf public_oe property

public ActiveRegion,Tesselate regionThisIsUpperEdgeOf
Résultat ActiveRegion

winding public_oe property

public int winding
Résultat int