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

types for hyperbolic space #420

Merged
merged 32 commits into from
Jul 28, 2024
Merged

types for hyperbolic space #420

merged 32 commits into from
Jul 28, 2024

Commits on Jul 9, 2024

  1. added MVector in math.rs generally for points and directions in

    hyperbolic space, replacing na::Vector4 when appropriate
    added MIsometry in math.rs representing hyperbolic isometries, replacing na::Matrix4 when appropriate
    
    to compensate for these changes, added inline functions passing self to
    respective functions, as well as reimplementing traits
    
    moved some functions in math.rs with MIsometry and MVector arguments to
    respective impls
    haiitsstrawberry committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1376848 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    eba688b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. reconcile merge

    haiitsstrawberry committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8f3c12d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. cleanup

    haiitsstrawberry committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5e4c4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4a88bc View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    4d4b090 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    9c0680e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f22b047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f322538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    679f3be View commit details
    Browse the repository at this point in the history
  5. formatting

    haiitsstrawberry committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7d048e6 View commit details
    Browse the repository at this point in the history
  6. remove redundant <_>

    haiitsstrawberry committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2d8b016 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1834ae1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc29b03 View commit details
    Browse the repository at this point in the history
  9. concision

    concision
    concision
    haiitsstrawberry committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b9ad604 View commit details
    Browse the repository at this point in the history
  10. check pass stuff(?)

    haiitsstrawberry committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    43f7603 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    4c0d61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d99b08e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb5b43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1917462 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d3b6d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3de15b6 View commit details
    Browse the repository at this point in the history
  7. Update common/src/collision_math.rs

    Co-authored-by: Patrick <[email protected]>
    strawberrycinnabar and patowen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    886b335 View commit details
    Browse the repository at this point in the history
  8. Update common/src/collision_math.rs

    Co-authored-by: Patrick <[email protected]>
    strawberrycinnabar and patowen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    2667a8b View commit details
    Browse the repository at this point in the history
  9. Update common/src/collision_math.rs

    Co-authored-by: Patrick <[email protected]>
    strawberrycinnabar and patowen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    becd604 View commit details
    Browse the repository at this point in the history
  10. Update common/src/plane.rs

    Co-authored-by: Patrick <[email protected]>
    strawberrycinnabar and patowen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    061428c View commit details
    Browse the repository at this point in the history
  11. Update common/src/plane.rs

    Co-authored-by: Patrick <[email protected]>
    strawberrycinnabar and patowen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    926db6e View commit details
    Browse the repository at this point in the history
  12. Update common/src/traversal.rs

    Co-authored-by: Patrick <[email protected]>
    strawberrycinnabar and patowen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    cea4366 View commit details
    Browse the repository at this point in the history
  13. Update common/src/traversal.rs

    Co-authored-by: Patrick <[email protected]>
    strawberrycinnabar and patowen committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7dbf512 View commit details
    Browse the repository at this point in the history
  14. guh

    haiitsstrawberry committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4d080da View commit details
    Browse the repository at this point in the history
  15. guh

    haiitsstrawberry committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    fe19fec View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. ok

    haiitsstrawberry committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    7012673 View commit details
    Browse the repository at this point in the history