SizeInt

data class SizeInt(val width: Int, val height: Int)

Constructors

Link copied to clipboard
constructor()
constructor(width: Int, height: Int)

Properties

Link copied to clipboard
val area: Int
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun div(other: SizeInt): SizeInt
operator fun div(s: Double): SizeInt
operator fun div(s: Float): SizeInt
operator fun div(s: Int): SizeInt
Link copied to clipboard
fun SizeInt.fitTo(container: SizeInt): SizeInt
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun minus(other: SizeInt): SizeInt
Link copied to clipboard
operator fun plus(other: SizeInt): SizeInt
Link copied to clipboard
operator fun times(scale: Scale): SizeInt
operator fun times(scale: Vector2F): SizeInt
operator fun times(s: Double): SizeInt
operator fun times(s: Float): SizeInt
operator fun times(s: Int): SizeInt
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
Link copied to clipboard
operator fun unaryMinus(): SizeInt
Link copied to clipboard
operator fun unaryPlus(): SizeInt