library
Toggle table of contents
0.4.0
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
io.github.linde9821.treelayout
/
Point
Point
data
class
Point
(
val
x
:
Float
,
val
y
:
Float
)
A 2D coordinate representing a node's position in the layout.
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
)
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float