Scale

data class Scale(val x: Double, val y: Double, val staticScale: Boolean) : Comparable<RenderScale.Scale>

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, staticScale: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double

Functions

Link copied to clipboard
open operator override fun compareTo(other: RenderScale.Scale): Int
Link copied to clipboard
operator fun times(multiplier: Double): RenderScale.Scale