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 geometry package and a rasterizer #520

Merged
merged 16 commits into from
Sep 7, 2024
Merged

Add geometry package and a rasterizer #520

merged 16 commits into from
Sep 7, 2024

Commits on Sep 6, 2024

  1. Add AxisAlignedBoundingBox

    JD557 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b841c41 View commit details
    Browse the repository at this point in the history
  2. Add ConvexPolygon

    JD557 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e9ec338 View commit details
    Browse the repository at this point in the history
  3. Add basic rasterizer

    JD557 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d70168f View commit details
    Browse the repository at this point in the history
  4. Add circle shape

    JD557 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5ea6fe7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b70496 View commit details
    Browse the repository at this point in the history
  6. Support shape transformations

    JD557 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6bc9d6f View commit details
    Browse the repository at this point in the history
  7. Minor style fixes

    JD557 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8aff51b View commit details
    Browse the repository at this point in the history
  8. Improve matrix ergonomics

    JD557 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    44a5f99 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Optimize shape transformations

    JD557 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    66003d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c91ca View commit details
    Browse the repository at this point in the history
  3. Remove mapMatrix from Plane

    I think this method would just be error prone. It's better to force users
    to either use the native methods or contramapMatrix with the preinverted
    matrix.
    JD557 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    d3ef001 View commit details
    Browse the repository at this point in the history
  4. Add Plane#overlayShape

    JD557 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    b7334d0 View commit details
    Browse the repository at this point in the history
  5. Fix rasterization

    JD557 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    e14caf0 View commit details
    Browse the repository at this point in the history
  6. Add experimental notices

    JD557 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    26ba409 View commit details
    Browse the repository at this point in the history
  7. Add SurfaceView#overlayShape

    JD557 committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    4c53ce6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0b0bee8 View commit details
    Browse the repository at this point in the history