SimplificationStats

data class SimplificationStats(val originalPoints: Int, val simplifiedPoints: Int, val pointsRemoved: Int, val reductionPercent: Double)

Constructors

Link copied to clipboard
constructor(originalPoints: Int, simplifiedPoints: Int, pointsRemoved: Int, reductionPercent: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String