recp / cglm

📽 Highly Optimized 2D / 3D Graphics Math (glm) for C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`glms_project_z` missing

v1993 opened this issue · comments

I've noticed that glms_project_z function is missing from cglm/struct/projection.h; ZO/NO-specific versions are declared in appropriate files, however. Seems to be an oversight?

Hi @v1993,

We should add glms_project_z() which is forgotten to be added,

Thanks for the catch

@v1993 3b1d4fc commit addresses the issue.

Thanks for your contributions ☺️