convert quaterinon to xyzw order (part 1)

This commit is contained in:
Recep Aslantas
2018-04-09 18:49:12 +03:00
parent 7615f785ac
commit 3dc93c56e8
6 changed files with 112 additions and 118 deletions

View File

@@ -327,9 +327,7 @@ glm_vec_angle(vec3 v1, vec3 v2) {
CGLM_INLINE
void
glm_quatv(versor q,
float angle,
vec3 v);
glm_quatv(versor q, float angle, vec3 axis);
/*!
* @brief rotate vec3 around axis by angle using Rodrigues' rotation formula