felselva / mathc

Pure C math library for 2D and 3D programming
zlib License
711 stars 54 forks source link

fix index error in mat3_rotation_axis #46

Open RicoP opened 3 years ago

RicoP commented 3 years ago

The vec3 was incorrectly indexed when constructing a mat3 rotation matrix. Copy and paste error?