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

Fix const correctness for Vector2, Vector3, and Vector4 #248

Merged
merged 1 commit into from
Sep 3, 2023

Conversation

dbrats
Copy link
Contributor

@dbrats dbrats commented Sep 3, 2023

… Vector4 classes.

This solves the issues of constness discussed in Issue #246, as well as adding const to a few other const member functions in the three Vector classes.

@RobLoach RobLoach changed the title Fixing const correctness for a few functions in Vector2, Vector3, and… Fix const correctness for Vector2, Vector3, and Vector4 Sep 3, 2023
@RobLoach RobLoach merged commit 1e8b821 into RobLoach:master Sep 3, 2023
@RobLoach
Copy link
Owner

RobLoach commented Sep 3, 2023

Thanks so much for fixing these up 👍

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.

2 participants