korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.bitmap.trace
/
VectorTracer
Vector
Tracer
class
VectorTracer
(
val
bmp
:
Bitmap1
,
val
doDebug
:
Boolean
=
false
)
Members
Constructors
Vector
Tracer
Link copied to clipboard
constructor
(
bmp
:
Bitmap1
,
doDebug
:
Boolean
=
false
)
Types
Linked
Rle
Link copied to clipboard
inner
class
LinkedRle
(
var
leftPoints
:
VectorTracer.LinkedRle.LinkedPoints
?
=
null
,
var
rightPoints
:
VectorTracer.LinkedRle.LinkedPoints
?
=
null
)
:
RLEComparer.Rle
Properties
bmp
Link copied to clipboard
val
bmp
:
Bitmap1
comparer
Link copied to clipboard
val
comparer
:
RLEComparer
<
VectorTracer.LinkedRle
>
do
Debug
Link copied to clipboard
val
doDebug
:
Boolean
id
Link copied to clipboard
var
id
:
Int
out
Link copied to clipboard
val
out
:
VectorPath
Functions
common
Trace
Link copied to clipboard
fun
commonTrace
(
ops
:
RLEComparer.Ops
<
VectorTracer.LinkedRle
>
)
:
VectorPath
complex
Buggy
Trace
Link copied to clipboard
fun
complexBuggyTrace
(
)
:
VectorPath
simple
Trace
Link copied to clipboard
fun
simpleTrace
(
)
:
VectorPath