Math: moved matrix multiple operations to .cpp file
this means we only link this in once, rather than for every use of matrix multiply, which saves us some flash space We need to be careful not to put large pieces of code in template headers, as if the operation is used a lot, it costs us a lot of code space
Loading
Please register or sign in to comment