C# 클래스 ClipperLib.TEdge

파일 보기 프로젝트 열기: iNiKe/clipper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
deltaX System.Int64
deltaY System.Int64
dx double
next TEdge
nextInAEL TEdge
nextInLML TEdge
nextInSEL TEdge
outIdx int
polyType PolyType
prev TEdge
prevInAEL TEdge
prevInSEL TEdge
side EdgeSide
windCnt int
windCnt2 int
windDelta int
xbot System.Int64
xcurr System.Int64
xtop System.Int64
ybot System.Int64
ycurr System.Int64
ytop System.Int64

프로퍼티 상세

deltaX 공개적으로 프로퍼티

public Int64,System deltaX
리턴 System.Int64

deltaY 공개적으로 프로퍼티

public Int64,System deltaY
리턴 System.Int64

dx 공개적으로 프로퍼티

public double dx
리턴 double

next 공개적으로 프로퍼티

public TEdge,ClipperLib next
리턴 TEdge

nextInAEL 공개적으로 프로퍼티

public TEdge,ClipperLib nextInAEL
리턴 TEdge

nextInLML 공개적으로 프로퍼티

public TEdge,ClipperLib nextInLML
리턴 TEdge

nextInSEL 공개적으로 프로퍼티

public TEdge,ClipperLib nextInSEL
리턴 TEdge

outIdx 공개적으로 프로퍼티

public int outIdx
리턴 int

polyType 공개적으로 프로퍼티

public PolyType polyType
리턴 PolyType

prev 공개적으로 프로퍼티

public TEdge,ClipperLib prev
리턴 TEdge

prevInAEL 공개적으로 프로퍼티

public TEdge,ClipperLib prevInAEL
리턴 TEdge

prevInSEL 공개적으로 프로퍼티

public TEdge,ClipperLib prevInSEL
리턴 TEdge

side 공개적으로 프로퍼티

public EdgeSide side
리턴 EdgeSide

windCnt 공개적으로 프로퍼티

public int windCnt
리턴 int

windCnt2 공개적으로 프로퍼티

public int windCnt2
리턴 int

windDelta 공개적으로 프로퍼티

public int windDelta
리턴 int

xbot 공개적으로 프로퍼티

public Int64,System xbot
리턴 System.Int64

xcurr 공개적으로 프로퍼티

public Int64,System xcurr
리턴 System.Int64

xtop 공개적으로 프로퍼티

public Int64,System xtop
리턴 System.Int64

ybot 공개적으로 프로퍼티

public Int64,System ybot
리턴 System.Int64

ycurr 공개적으로 프로퍼티

public Int64,System ycurr
리턴 System.Int64

ytop 공개적으로 프로퍼티

public Int64,System ytop
리턴 System.Int64