Point

interface Point<X, Y>

Represents a point on a 2-d plot.

Parameters

X

The data type of the first dimension/axis

Y

The data type of the second dimension/axis

Inheritors

Properties

Link copied to clipboard
abstract val x: X

The x-axis value of this Point.

Link copied to clipboard
abstract val y: Y

The y-axis value of this Point.