PgPoint

data class PgPoint(val x: Double, val y: Double)

Represents a point in a 2-dimensional space.

Constructors

Link copied to clipboard
constructor(x: Double, y: Double)

Properties

Link copied to clipboard
val x: Double

The X coordinate of the point.

Link copied to clipboard
val y: Double

The Y coordinate of the point.