C# Class ClipperLib.TEdge

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

public Int64,System deltaX
return System.Int64

deltaY public_oe property

public Int64,System deltaY
return System.Int64

dx public_oe property

public double dx
return double

next public_oe property

public TEdge,ClipperLib next
return TEdge

nextInAEL public_oe property

public TEdge,ClipperLib nextInAEL
return TEdge

nextInLML public_oe property

public TEdge,ClipperLib nextInLML
return TEdge

nextInSEL public_oe property

public TEdge,ClipperLib nextInSEL
return TEdge

outIdx public_oe property

public int outIdx
return int

polyType public_oe property

public PolyType polyType
return PolyType

prev public_oe property

public TEdge,ClipperLib prev
return TEdge

prevInAEL public_oe property

public TEdge,ClipperLib prevInAEL
return TEdge

prevInSEL public_oe property

public TEdge,ClipperLib prevInSEL
return TEdge

side public_oe property

public EdgeSide side
return EdgeSide

windCnt public_oe property

public int windCnt
return int

windCnt2 public_oe property

public int windCnt2
return int

windDelta public_oe property

public int windDelta
return int

xbot public_oe property

public Int64,System xbot
return System.Int64

xcurr public_oe property

public Int64,System xcurr
return System.Int64

xtop public_oe property

public Int64,System xtop
return System.Int64

ybot public_oe property

public Int64,System ybot
return System.Int64

ycurr public_oe property

public Int64,System ycurr
return System.Int64

ytop public_oe property

public Int64,System ytop
return System.Int64