component1

inline operator fun Point.component1(): Double

Returns the x value of this Point.

e.g.

val (x, _) = point