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

From Chilipedia
Jump to: navigation, search
(Created page with "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. == Topic...")
 
(Homework)
Line 15: Line 15:
  
 
== Homework ==
 
== Homework ==
Coming soon!
+
Fix the funky bug in the collision code.
  
 
== See also ==
 
== See also ==

Revision as of 00:32, 29 June 2018

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

Coming soon!

Video Timestamp Index

Links

Homework

Fix the funky bug in the collision code.

See also