Skip to content
New issue

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

Add BlRoundedPolygonGeometry #490

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Commits on Apr 8, 2024

  1. Add BlRoundedPolygonGeometry

    - tests needed
    - containsPoint: is not precise
    - we should cache some calculated values, to avoid repeating the same maths on every new frame
    - this is the closed polygon, it's a pity we don't support being an open geometry (a "polyline")
    - we may decide to do some refactorings such as merge it with it's superclass
    tinchodias committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5ed4ec6 View commit details
    Browse the repository at this point in the history