C# Class ClipperLib.TEdge

Show file Open project: iNiKe/clipper Class Usage Examples

Public Properties

Property Type Description
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

Property Details

deltaX public property

public Int64,System deltaX
return System.Int64

deltaY public property

public Int64,System deltaY
return System.Int64

dx public property

public double dx
return double

next public property

public TEdge,ClipperLib next
return TEdge

nextInAEL public property

public TEdge,ClipperLib nextInAEL
return TEdge

nextInLML public property

public TEdge,ClipperLib nextInLML
return TEdge

nextInSEL public property

public TEdge,ClipperLib nextInSEL
return TEdge

outIdx public property

public int outIdx
return int

polyType public property

public PolyType polyType
return PolyType

prev public property

public TEdge,ClipperLib prev
return TEdge

prevInAEL public property

public TEdge,ClipperLib prevInAEL
return TEdge

prevInSEL public property

public TEdge,ClipperLib prevInSEL
return TEdge

side public property

public EdgeSide side
return EdgeSide

windCnt public property

public int windCnt
return int

windCnt2 public property

public int windCnt2
return int

windDelta public property

public int windDelta
return int

xbot public property

public Int64,System xbot
return System.Int64

xcurr public property

public Int64,System xcurr
return System.Int64

xtop public property

public Int64,System xtop
return System.Int64

ybot public property

public Int64,System ybot
return System.Int64

ycurr public property

public Int64,System ycurr
return System.Int64

ytop public property

public Int64,System ytop
return System.Int64