Difference between revisions of "Advanced C++ Programming Tutorial 5"
From Chilipedia
(Created page with "Hot take: the Matrix is a mediocre film at best. It's a pretty great way to encode transformations though, so let's matrix it up! == Topics == === Part 1 === * Matrix form *...") |
(→Video Timestamp Index) |
||
Line 12: | Line 12: | ||
== Video Timestamp Index == | == Video Timestamp Index == | ||
− | * [https://youtu.be/ | + | * [https://youtu.be/iNCx0yIeCNc Tutorial 5.1] |
== Links == | == Links == |
Revision as of 02:02, 18 August 2018
Hot take: the Matrix is a mediocre film at best. It's a pretty great way to encode transformations though, so let's matrix it up!
Topics
Part 1
- Matrix form
- Matrix by vector multiplication
- Matrix encoding of scaling, rotation, and flipping
- Matrix multiplication
- Concatenating matrix transforms
Part 2
Coming Soon!
Video Timestamp Index
Links
- GitHub Repo (advmath)
- Note that the code for this tutorial can be found on the <starfield> branch of the repo not in <master>
Homework
None! (or check out 3D Fundamentals you lazy fucks!)