Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

There are some error in rect_util.py #7

@esdream

Description

@esdream

In line 87 and 89 of rect_util.py, there should be

result.shift_xy(-p.x, -p.y)
...
result.shift_xy(p.x, p.y)

instead of result.shift.
By the way, the parameter theta of rotate_about function should be a radian rather than a degree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions