GSTPy.Rectangle2d

class GSTPy.Rectangle2d

2d rectangle

__init__((object)self, (Point2d)start, (Point2d)end[, (float)width=3.4028234663852886e+38]) → None
property end

The end point of the rectangle.

Type

Point2d

property start

The start point of the rectangle.

Type

Point2d

property width

The width of the rectangle.

Type

float