Skip to content

Point

Type · TDLib 1.8.67 · d1085f9c

A point on a Cartesian plane

Point(
  x: double,
  y: double
) → Point

x

double

The point's first coordinate

y

double

The point's second coordinate