Recep Aslantas

Results 172 comments of Recep Aslantas

To convert Euler to Quat, I would use `glm_euler_[x|y|z]_quat` which is similar pattern used in **cglm** e.g. glm_mat4_quat() convert mat4 to quat. ``` glm_SRC_DST() ```

Thanks for the implementation a PR would be nice to see, > it fails using meson webassembly for some reason. https://github.com/recp/cglm/actions seems fine, may I ask what are the errors?...

> The 'expected' quaternion is [overwriting](https://github.com/recp/cglm/blob/5ae0cd4618b37049cf1ef78fc02bd65d0895b399/include/cglm/quat.h#L468-L471) itself during multiplication. @gottfriedleibniz many thanks for the catch! I'll also check all places e.g. `dest[0]` to fix similar situations > Also, I'm thinking...

Hi @FrostKiwi, > Big fan of cglm. 🤗 I didn't think about struct-call before actually. `struct_call.h` could be an option or we could provide a macro option like `GLM_STRUCT_FORWARD_TO_CALL` maybe,...

@telephone001 thanks, I'm also busy for a while but can implement when available

Hi @telephone001, Sorry for the delay, Many thanks 🤗

Hi @altnavi, Sorry for the delay, It seems `euler.c` is added to cmake files but I'll try MinGW build asap to resolve this if possible.

@altnavi can you check if the https://github.com/recp/cglm/pull/378 PR fix your MinGW build or not?

@altnavi ping.