toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector.rasterizer
/
Rasterizer
/
Stats
Stats
data
class
Stats
(
var
edgesChecked
:
Int
=
0
,
var
edgesEmitted
:
Int
=
0
,
var
yCount
:
Int
=
0
)
Members
Constructors
Stats
Link copied to clipboard
constructor
(
edgesChecked
:
Int
=
0
,
edgesEmitted
:
Int
=
0
,
yCount
:
Int
=
0
)
Properties
edges
Checked
Link copied to clipboard
var
edgesChecked
:
Int
edges
Emitted
Link copied to clipboard
var
edgesEmitted
:
Int
y
Count
Link copied to clipboard
var
yCount
:
Int
Functions
chunk
Link copied to clipboard
fun
chunk
(
edgesChecked
:
Int
,
edgesEmitted
:
Int
,
yCount
:
Int
)
reset
Link copied to clipboard
fun
reset
(
)