RectangleDouble

data class RectangleDouble(val left: Double, val top: Double, val right: Double, val bottom: Double)

Rectangle in two-dimensional euclidean space.

Constructors

Link copied to clipboard
fun RectangleDouble(left: Double, top: Double, right: Double, bottom: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bottom edge.

Link copied to clipboard

Left edge.

Link copied to clipboard

Right edge.

Link copied to clipboard
val top: Double

Top edge.