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

Convert integers to type T in quaternion mat3_cast() #542

Merged
merged 1 commit into from
Aug 17, 2016
Merged

Convert integers to type T in quaternion mat3_cast() #542

merged 1 commit into from
Aug 17, 2016

Commits on Aug 17, 2016

  1. Convert integers to type T in quaternion mat3_cast()

    This fixes issues when the type T is not explicitly convertible to T, and for example only has an operator* defined that takes two Ts but not a T and an int.
    
    All the other functions in that file already use this syntax, so the missing ones here are most likely an oversight.
    patrikhuber committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d08618c View commit details
    Browse the repository at this point in the history