JRVeale / hello-game

I started making a game engine. I got the jist of how they work, and decided it would be better to just use existing ones
0 stars 0 forks source link

Vector2D operations shouldn't all alter values by default, should create a new vector #22

Open JRVeale opened 5 years ago

JRVeale commented 5 years ago

eg.v_c = v_a + v_b; currently alters v_a, shouldn't

JRVeale commented 5 years ago

this is what += is for