GSTPy.Point2d

class GSTPy.Point2d

2d point

__init__((object)self, (float)x, (float)y) → None
x

The x coordinate.

Type:float
y

The y coordinate.

Type:float