Point

data class Point(val x: Number, val y: Number)

Constructors

Link copied to clipboard
constructor(x: Number, y: Number)

Properties

Link copied to clipboard
val x: Number
Link copied to clipboard
val y: Number