matrix: make accurate inv version default

* now the glm_mat4_inv_precise is deault, because I don't think all people are aware of this func
* the old behavior (fast) replaced with new func: glm_mat4_inv_fast

if fast version is desired then glm_mat4_inv_fast must be used.
This commit is contained in:
Recep Aslantas
2017-12-17 15:49:00 +03:00
parent 33fefb9454
commit 4052943a0d
5 changed files with 20 additions and 18 deletions

View File

@@ -251,7 +251,7 @@ glm_vec4_inv(vec4 v) {
/*!
* @brief inverse/opposite vector
*
* @param[in] vec source
* @param[in] v source
* @param[out] dest destination
*/
CGLM_INLINE