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
#include <string.h> to avoid implicit declaration of memcpy #40
Closed
ghost closed 3 years ago
I just added
#include <string.h>
at the top of the file to fix some compiler warnings of implicit declaration ofmemcpy
.