C# Class Tesselate.HalfEdge

Exibir arquivo 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_oe property

public int debugIndex
return int

isFirstHalfEdge public_oe property

public bool isFirstHalfEdge
return bool

leftFace public_oe property

public Face,Tesselate leftFace
return Face

nextEdgeCCWAroundLeftFace public_oe property

public HalfEdge,Tesselate nextEdgeCCWAroundLeftFace
return HalfEdge

nextEdgeCCWAroundOrigin public_oe property

public HalfEdge,Tesselate nextEdgeCCWAroundOrigin
return HalfEdge

nextHalfEdge public_oe property

public HalfEdge,Tesselate nextHalfEdge
return HalfEdge

originVertex public_oe property

public ContourVertex originVertex
return ContourVertex

otherHalfOfThisEdge public_oe property

public HalfEdge,Tesselate otherHalfOfThisEdge
return HalfEdge

regionThisIsUpperEdgeOf public_oe property

public ActiveRegion,Tesselate regionThisIsUpperEdgeOf
return ActiveRegion

winding public_oe property

public int winding
return int