Point2df

@Serializable
data class Point2df(val x: Float?, val y: Float?)

Represents the coordinates of the point of the element.

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?