mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user