Math Library for Game Development

Math library



John Ratcliff has updated its math lib with new routines to compute best fit bounding volumes (Axis Aligned and Object Oriented bounding volumes). The John’s math lib is a set of routines that let you do common 3d math operations without any vector, matrix, or quaternion. This lib is based on Direct3D matrix convention so don’t forget to convert them is you must update some OpenGL matrices.

You can download this math lib here:
Download John Ratcliff Math Lib Version 2009/03/10

[source]



Related posts:

  1. AMD Core Math Library for GPU
  2. [PROGRAMMING TIPS] Direct3D 10 to Direct3D 11: Transpose Your Matrices
  3. [HowTo] Perspective Projection Matrix in OpenGL
  4. Software Engineering Best Practices in Game Development
  5. ShiVa 1.6 3D Game Development Platform Released