Difference between revisions of "Advanced C++ Programming Tutorial 3"

From Chilipedia
Jump to: navigation, search
(Homework)
(Video Timestamp Index)
Line 10: Line 10:
  
 
== Video Timestamp Index ==
 
== Video Timestamp Index ==
* [https://youtu.be/X9mAhFHvh-4 Tutorial 3.1]
+
=== [https://youtu.be/X9mAhFHvh-4 Tutorial 3.1] ===
* [https://youtu.be/cuV885XbSZY Tutorial 3.2]
+
=== [https://youtu.be/cuV885XbSZY Tutorial 3.2] ===
  
 
== Links ==
 
== Links ==

Revision as of 00:15, 5 April 2020

The vector dot product. This saucy little number is gonna turn your world upside down, project it, and other such bullshits. Super powerful math stuff do not missit.

Topics

Part 1

  • Vector dot product
  • Collision rebound physics calculation via vector operations

Part 2

  • Detecting collision
  • Implementing vector collision response (rebound) calculation

Video Timestamp Index

Tutorial 3.1

Tutorial 3.2

Links

Homework

Fix the funky bug in the collision code.

See also