Point

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

A 2D coordinate representing a node's position in the layout.

Constructors

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

Properties

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