data class Point
Point(x: Number, y: Number, round: Boolean = false)
val round: Boolean
val x: Number
val y: Number