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

Adds a volumetric grid field to help with lookup in 3D. #406

Closed
wants to merge 9 commits into from

Commits on Apr 8, 2022

  1. Adds a volumetric grid field to help with lookup in 3D.

    The following PR adds a datastructure that represents a sparse volumetric grid. It allows for storing data in 3D.
    
    # TODO
    - [ ] Write unit tests
    - [ ] docs
    
    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    6d11ecc View commit details
    Browse the repository at this point in the history
  2. docs

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    e86b8bd View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Move test to TEST file

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c923825 View commit details
    Browse the repository at this point in the history
  2. Add test cases

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6c456cf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. codecheck

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    e58d632 View commit details
    Browse the repository at this point in the history
  2. fix rounding error

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c66d414 View commit details
    Browse the repository at this point in the history
  3. Increase coverage

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    cc43c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Address Feedback

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8707e2f View commit details
    Browse the repository at this point in the history
  2. Rework API to make it easier to use with interpolation.

    Signed-off-by: Arjo Chakravarty <[email protected]>
    arjo129 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ca1fc75 View commit details
    Browse the repository at this point in the history