Package-level declarations

Types

Link copied to clipboard
value class Point

Represents a point in a coordinate system.

Functions

Link copied to clipboard
fun Point(x: Float, y: Float): Point
fun Point(x: Int, y: Int): Point

Creates a new Point with the provided coordinates.