GSTPy.Point2d

class GSTPy.Point2d

2d point

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

The x coordinate.

Type

float

property y

The y coordinate.

Type

float