MyGit

v0.7.7

recp/cglm

版本发布时间: 2020-08-01 01:22:16

recp/cglm最新发布版本:v0.9.4(2024-04-01 23:10:19)

New Features:

2D Affine Transforms

Now we have 2D Affine Transform functions. 2D Transform functions are suffixed with 2d, functions that don't have any suffixes are 3D. For instance glm_translate2d() is 2D and glm_translate() is 3D.

New Functions:

Translate2D:

Scale2D:

Rotate2D:

All these functions are documented at https://cglm.readthedocs.io/en/latest/affine2d.html . Rotate functions are rotating around Z axes. SIMD optimizations will be applied in the future releases.

Bugfixes and Improvements:

Build:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2020-08-01发行的版本