Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-04-18 | 617 Bytes | |
v0.4.2_ transforms update.tar.gz | 2018-04-18 | 148.7 kB | |
v0.4.2_ transforms update.zip | 2018-04-18 | 195.6 kB | |
Totals: 3 Items | 344.8 kB | 0 |
- New rotation functions:
glm_rotate_at
: rotate around pointglm_rotate_atm
: make rotation around pointglm_quat_rotate_at
: rotate around point using quaternionglm_quat_rotate_atm
: make rotate around point using quaternion
- New mat4 multiplication function
glm_mul_rot
: multiply matrix with rotation matrix- use this function for glm_rotate and glm_quat_rotate functions
- Drop scale1, rotate_ndc transform functions
- updates docs:
- add clarifications for affine transforms
- add troubleshooting
- add some tests for affine transforms and for mat3