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

[Math] linear algebra library #7

Closed
roeas opened this issue Sep 8, 2022 · 2 comments
Closed

[Math] linear algebra library #7

roeas opened this issue Sep 8, 2022 · 2 comments

Comments

@roeas
Copy link
Contributor

roeas commented Sep 8, 2022

Need some math functions to calculate simple vector arithmetic.

@T-rvw
Copy link
Contributor

T-rvw commented Oct 5, 2022

  • TODO
    • Basic
      • Matrix
      • Quaternion
    • Geometry
      • Cone
    • Intersections
    • Optimizations
      • DirectMath
      • SSE
      • ...

@T-rvw
Copy link
Contributor

T-rvw commented Jan 8, 2023

Here is a good reference for writing a simple template math lib : google/mathfu.
I already added matrix, quaternion after looking at its implementation.

@T-rvw T-rvw closed this as completed Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants