[1:59:24][@a_pulsing_mage][You once said that people don't really use matrices as the storage in real world things. Can you talk about the alternatives?]
[2:02:41][@desuused][Will we use quaternions? Producing rotation matrix from quaternions seems a good idea]
[2:03:09][@neitchzehrer][So from now on, you will only be streaming on Saturday and Sunday?]
[2:03:19][@pepevel][Would it be worth investing time doing a SIMD optimization for matrix multiplication, or is it like killing ants with a rifle?]
[2:04:25][@pandamite][Are you going to use simpler rotation functions that are mainly focused on smaller matrices such as your 4x4, then emphasizing another method on much larger matrices?]
[2:04:54][@felkcraft][Is it worth having code for producing a full rotation matrix (x, y and z) at once instead of multiplying three different matrices?]
[2:06:23][@zilarrezko][I'm inferring that those braces encompassing the four rows in those matrix operations aren't doing anything? (It isn't creating an extra dimension in the matrix?)]
[2:08:08][@zamar037][Hi Casey, haven't caught a stream in a while. How are things going?]
[2:09:09][@pepevel][Don't you have to return a value in the multiplication function?]
[2:13:21][@pandamite][I kind of just joined on to this channel. Sorry about the lack of the knowledge of the code so far, but I was referring to the case of having such large matrices that you would consider partitioning the matrices into separate parts for quicker rotations]
[2:17:01][@vaualbus][Would it not be better to make the matrix struct use an r32 array of 16 elements instead of a two dimensional one? In that should we SIMD the math operation?]
[2:19:10][@teamrandb][Forgive the dumb question, but why are your include guards defined at the bottom of the header instead of the top? Is this purely what you chose to do, or is there another purpose? (#if is checked at the top, but the #define is at the bottom. Most code I've seen does it at the top)]
[2:21:47][@teamrandb][Sorry, Casey, I am still looking at older streams. I guess you may have changed that already]