Damn, the character limit for titles is tiny.
I have a function that takes two vectors uses them to create their magnitude.
If I try to do
get2DMagnitude((0.f,0.f),(1.f,1.f));
gcc complains that "error: could not convert '(0, 0.0f)' from 'float' to 'sf::Vector2f {aka sf::Vector2<float>}'"
I'm doing something wrong.
Also, does anyone know where I can learn about how to animate using vector math? I think I have figured it out, but it's always good to have something that just says "hey, this is how you do x".
I just can't seem to find any.