Back to Browse

C++ OpenGL Tutorial - 3 - Math Crash Course (Vectors)

15.6K views
Nov 19, 2021
39:10

In this video, we go through the base concepts of vectors. See the timestamps for a list of covered topics. I didn't explicitly prove that scaling a vector scales its magnitude, but it's an easy proof to show that ||k*(a,b,c)|| = k*||(a,b,c)|| by factoring out a k^2 from the square root in the distance formula. Intro: 0:00 Vectors Description/Representation: 0:40 Scalar-Vector Operations: 4:59 Vector-Vector Addition/Subtraction: 6:43 Vector Magnitude: 13:21 Dot Product: 20:15 Cross Product: 27:27 Applications: 38:16 • OpenGL Math: https://learnopengl.com/Getting-started/Transformations • Website: https://michaelg29.github.io/ • Twitter: https://twitter.com/MichaelGrieco10 • Discord: https://discord.gg/Uj54bDF • This Github Repo: https://github.com/michaelg29/yt-tutorials • This Playlist: https://www.youtube.com/playlist?list=PLysLvOneEETPlOI_PI4mJnocqIpr2cSHS

Download

0 formats

No download links available.

C++ OpenGL Tutorial - 3 - Math Crash Course (Vectors) | NatokHD