korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom.vector
/
PolygonScanline
/
Bucket
Bucket
class
Bucket
Members
Constructors
Bucket
Link copied to clipboard
constructor
(
)
Properties
edges
Link copied to clipboard
val
edges
:
FastArrayList
<
MEdge
>
Functions
clear
Link copied to clipboard
fun
clear
(
)
:
PolygonScanline.Bucket
fast
For
Each
Link copied to clipboard
inline
fun
fastForEach
(
block
:
(
edge
:
MEdge
)
->
Unit
)