C# 클래스 Tesselate.HalfEdge

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
debugIndex int
isFirstHalfEdge bool
leftFace Face
nextEdgeCCWAroundLeftFace HalfEdge
nextEdgeCCWAroundOrigin HalfEdge
nextHalfEdge HalfEdge
originVertex ContourVertex
otherHalfOfThisEdge HalfEdge
regionThisIsUpperEdgeOf ActiveRegion
winding int

공개 메소드들

메소드 설명
EdgeGoesLeft ( ) : bool
EdgeGoesRight ( ) : bool

메소드 상세

EdgeGoesLeft() 공개 메소드

public EdgeGoesLeft ( ) : bool
리턴 bool

EdgeGoesRight() 공개 메소드

public EdgeGoesRight ( ) : bool
리턴 bool

프로퍼티 상세

debugIndex 공개적으로 프로퍼티

public int debugIndex
리턴 int

isFirstHalfEdge 공개적으로 프로퍼티

public bool isFirstHalfEdge
리턴 bool

leftFace 공개적으로 프로퍼티

public Face,Tesselate leftFace
리턴 Face

nextEdgeCCWAroundLeftFace 공개적으로 프로퍼티

public HalfEdge,Tesselate nextEdgeCCWAroundLeftFace
리턴 HalfEdge

nextEdgeCCWAroundOrigin 공개적으로 프로퍼티

public HalfEdge,Tesselate nextEdgeCCWAroundOrigin
리턴 HalfEdge

nextHalfEdge 공개적으로 프로퍼티

public HalfEdge,Tesselate nextHalfEdge
리턴 HalfEdge

originVertex 공개적으로 프로퍼티

public ContourVertex originVertex
리턴 ContourVertex

otherHalfOfThisEdge 공개적으로 프로퍼티

public HalfEdge,Tesselate otherHalfOfThisEdge
리턴 HalfEdge

regionThisIsUpperEdgeOf 공개적으로 프로퍼티

public ActiveRegion,Tesselate regionThisIsUpperEdgeOf
리턴 ActiveRegion

winding 공개적으로 프로퍼티

public int winding
리턴 int