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

Improve Vec4Base sub-class functionality and Vec4 directional vector method name change #2072

Merged
merged 2 commits into from
Aug 4, 2024

Commits on Aug 4, 2024

  1. Move set methods from Vec4 to base Vec4Base to allow usage with all s…

    …ubclasses of Vec4Base
    
    Rename Vec4::set method to setDirection to reflect its actual purpose
    Remove trivial copy constructor method since it does not need to be explicitly implemented
    rh101 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    dbac7c6 View commit details
    Browse the repository at this point in the history
  2. Add copyright line

    rh101 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d877a65 View commit details
    Browse the repository at this point in the history