Scale

interface Scale

Defines how values should be transformed to determine their proportional size.

Inheritors

Functions

Link copied to clipboard
abstract fun transform(value: Double, min: Double, max: Double): Double