struct: quaternion api as structs

This commit is contained in:
Recep Aslantas
2019-06-03 12:12:50 +03:00
parent b9de553f23
commit 290f54bad4
4 changed files with 531 additions and 7 deletions

View File

@@ -23,10 +23,4 @@ glm_luminance(vec3 rgb) {
return glm_dot(rgb, l);
}
CGLM_INLINE
void
glm_normal(vec3 a, vec3 b, vec3 c, vec3 dest) {
}
#endif /* cglm_color_h */