kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
location
/
com.siddharth.kmp.location
/
PathSimplifier
/
SimplificationStats
Simplification
Stats
data
class
SimplificationStats
(
val
originalPoints
:
Int
,
val
simplifiedPoints
:
Int
,
val
pointsRemoved
:
Int
,
val
reductionPercent
:
Double
)
Members
Constructors
Simplification
Stats
Link copied to clipboard
constructor
(
originalPoints
:
Int
,
simplifiedPoints
:
Int
,
pointsRemoved
:
Int
,
reductionPercent
:
Double
)
Properties
original
Points
Link copied to clipboard
val
originalPoints
:
Int
points
Removed
Link copied to clipboard
val
pointsRemoved
:
Int
reduction
Percent
Link copied to clipboard
val
reductionPercent
:
Double
simplified
Points
Link copied to clipboard
val
simplifiedPoints
:
Int
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String