- Changes in mat3s and mat4s types.

- Added `ivec3s` type
- Struct implementation of: affine.h, box.h, color.h, curve.h, frutum.h, io.h, plane.h, project.h
- Deleted `glms_mat3_transpose_to` and `glms_mat4_transpose_to`
- Bug fixes in mat4.h
This commit is contained in:
acoto87
2019-05-07 16:16:00 -05:00
parent 3ff902de9c
commit bc1969ab75
14 changed files with 1223 additions and 82 deletions

View File

@@ -25,7 +25,7 @@
/*!
* @brief normalizes a plane
*
* @param[in, out] plane pnale to normalize
* @param[in, out] plane plane to normalize
*/
CGLM_INLINE
void