RobLoach/raylib-cpp

Vector operators `+`, `==` and `-` are not `const`

Closed this issue · 2 comments

next branch, problem is essentially the title.
Given

const Vector3 a{ ... };
const Vector3 b{ ... };

one essentially can't do

const auto c = a + b;

Those would be great to have 👍... Are you able to add them?

@GregTheMadMonk Can you close this? It helps people find the real problems.