krayon
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
krayon
shape
/
com.juul.krayon.shape
/
Point
Point
data
class
Point
(
val
x
:
Float
,
val
y
:
Float
)
Represents a point in 2D space with x and y coordinates.
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