Struct Point

Struct Point#

Struct Documentation#

struct Point

Represents a 2D point with Cartesian coordinates.

Public Members

double x = 0

x-coordinate.

double y = 0

y-coordinate.