Bounds

open class Bounds

Represents an area in the cartesian plane.

Constructors

Link copied to clipboard
constructor(minX: Double, maxX: Double, minY: Double, maxY: 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

Functions

Link copied to clipboard
open fun contains(bounds: Bounds): Boolean
open fun contains(point: Point): Boolean
open fun contains(x: Double, y: Double): Boolean
Link copied to clipboard
open fun intersects(bounds: Bounds): Boolean
open fun intersects(minX: Double, maxX: Double, minY: Double, maxY: Double): Boolean