C# Class Tesselate.HalfEdge

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

Public Properties

Property Type Description
debugIndex int
isFirstHalfEdge bool
leftFace Face
nextEdgeCCWAroundLeftFace HalfEdge
nextEdgeCCWAroundOrigin HalfEdge
nextHalfEdge HalfEdge
originVertex ContourVertex
otherHalfOfThisEdge HalfEdge
regionThisIsUpperEdgeOf ActiveRegion
winding int

Public Methods

Method Description
EdgeGoesLeft ( ) : bool
EdgeGoesRight ( ) : bool

Method Details

EdgeGoesLeft() public method

public EdgeGoesLeft ( ) : bool
return bool

EdgeGoesRight() public method

public EdgeGoesRight ( ) : bool
return bool

Property Details

debugIndex public property

public int debugIndex
return int

isFirstHalfEdge public property

public bool isFirstHalfEdge
return bool

leftFace public property

public Face,Tesselate leftFace
return Face

nextEdgeCCWAroundLeftFace public property

public HalfEdge,Tesselate nextEdgeCCWAroundLeftFace
return HalfEdge

nextEdgeCCWAroundOrigin public property

public HalfEdge,Tesselate nextEdgeCCWAroundOrigin
return HalfEdge

nextHalfEdge public property

public HalfEdge,Tesselate nextHalfEdge
return HalfEdge

originVertex public property

public ContourVertex originVertex
return ContourVertex

otherHalfOfThisEdge public property

public HalfEdge,Tesselate otherHalfOfThisEdge
return HalfEdge

regionThisIsUpperEdgeOf public property

public ActiveRegion,Tesselate regionThisIsUpperEdgeOf
return ActiveRegion

winding public property

public int winding
return int