Module minimum_rotated_rect

Source
Expand description

Calculate the minimum rotated rectangle of a Geometry.

Traitsยง

MinimumRotatedRect
Return the minimum bounding rectangle(MBR) of geometry reference: https://en.wikipedia.org/wiki/Minimum_bounding_box minimum rotated rect is the rectangle that can enclose all points given and have smallest area of all enclosing rectangles the rect can be any-oriented, not only axis-aligned.