datenwolf / linmath.h

a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions
Do What The F*ck You Want To Public License
922 stars 134 forks source link

Made parameters of generic vector functions const where applicable. #16

Closed Niautanor closed 9 years ago

Niautanor commented 9 years ago

This fixed all warnings that gcc with -Wall gave me.

Thanks for creating this library by the way :D