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

Add return value versions of mathlib functions #8

Open
demianmnave opened this issue Aug 22, 2017 · 0 comments
Open

Add return value versions of mathlib functions #8

demianmnave opened this issue Aug 22, 2017 · 0 comments

Comments

@demianmnave
Copy link
Owner

From CML1 created by demianmnave : demianmnave/CML1#11

In addition to this:

matrix44f_r m; 
matrix_rotation_world_x(m, angle); 

support this:

auto m = matrix_rotation_world_x(angle);

This should be fast (enough) with current compilers.

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

No branches or pull requests

1 participant