Rare find

Math3D. Fast math calculations for 3D graphics and games.

github.com/cloudwu/math3d

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2025
  • Merge pull request #51 from junjie020/update_glm
  • update glm to fix create quaternion from two vector
February 2025
  • Update README.md
  • Merge pull request #49 from carsonful/master
  • Update README.md
  • Update README.md
  • Update README.md
  • Create README.md
August 2024
  • Add index test
May 2024
  • Merge pull request #48 from junjie020/triangles_ray
  • add triangles with ray test
  • fix build
April 2024
  • Merge pull request #47 from junjie020/minmax
  • fix minmax after transform points bug
  • Merge pull request #46 from junjie020/plane
  • change ray_intetset_box to box_ray
  • fix aabb_planes bug
  • Merge pull request #45 from junjie020/plane
  • make plane define more clear
  • transform aabb min/max value should check w is 1.0 or 0.0