GSTPy.Rectangle2d

class GSTPy.Rectangle2d

2d rectangle

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

The end point of the rectangle.

Type:Point2d
start

The start point of the rectangle.

Type:Point2d
width

The width of the rectangle.

Type:float