Rectangle

data class Rectangle(val x1: Double, val y1: Double, val width: Double, val height: Double)

Constructors

Link copied to clipboard
constructor(x1: Double, y1: Double, width: Double, height: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x1: Double
Link copied to clipboard
val y1: Double