Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 2D Post Transformations #450

Merged
merged 3 commits into from
Feb 22, 2025
Merged

Added 2D Post Transformations #450

merged 3 commits into from
Feb 22, 2025

Conversation

ATMI
Copy link
Contributor

@ATMI ATMI commented Feb 16, 2025

CGLM has an implementation of 3D post-transformations but lacks similar functionality for 2D space.

  1. Implemented the following functions, similar to those defined in affine-post.h:
  • glm_translated2d
  • glm_translated2d_x
  • glm_translated2d_y
  • glm_rotated2d
  • glm_scaled2d
  • glm_scaled2d_uni
  1. Added tests for the implemented functions.

Open to feedback and ready to make any necessary improvements to the implemented functions!

ATMI added 3 commits February 16, 2025 14:39

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@recp recp merged commit 6e2976d into recp:master Feb 22, 2025
175 of 188 checks passed
@recp
Copy link
Owner

recp commented Feb 22, 2025

Hi @ATMI,

Sorry for the delay,

The PR is merged, many thanks for your contributions 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants