Good Afternoon SFML Community!
First off, thank you all for your welcoming nature and helping me to not only understand SFML better, but to also expand my C++ knowledge.
However, I've run into a huge issue. Over Summer break, my teacher gave me some things that I could study to have a general understanding for our next class. Sadly, this has to do with Math, in High School I didn't think I would go to College, so I only took basic Algebra (11 years ago lol).
I was hoping that someone could kind of, point me in the right direction, in reference to this stuff? This is what he wanted me to look into:
Reflecting a Projectile Off a Wall at an Odd Angle (Dot Products)
Detect Whether Something is in your Field of View (Dot Products)
Fire a Projectile at any Angle (Like Geometry Wars, Sin/Cos/Tan)
Rotate a Point by some Angle, Around Another Point (Rotation Formula, Sin/Cos)
I apologize if I posted this in the wrong area, and I also apologize if this was wrong of me to ask in general. I really want to learn how to do this stuff, and I couldn't really find any examples online. Thank you for taking the time to read this, and any help in figuring out how to do this, and maybe being pointed to a good resource for C++ Math Stuff, would be greatly treasured. Again, I am sorry for having to ask for this type of help.