We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/exyte/Macaw/blob/master/Source/model/geom2d/Rect.swift#L35
open class Rect : Locus { ... open func center() -> Point { return Point(x: x + w / 2, y: y + w / 2) } ... }
IMHO the second param should be y + h / 2. Is this a typo?
y + h / 2
The text was updated successfully, but these errors were encountered:
34e381f
Thanks for a good catch! Fixed in the master branch.
Sorry, something went wrong.
ystrot
No branches or pull requests
https://github.com/exyte/Macaw/blob/master/Source/model/geom2d/Rect.swift#L35
IMHO the second param should be
y + h / 2
. Is this a typo?The text was updated successfully, but these errors were encountered: