Code Examples
Code Examples 3 – Basic Vector and Matrix Library functions
Here is a little information about my basic Vector and Matrix maths library. Currently, a Matrix is represented as a 3×3 matrix of vectors with 3 elements in each. I’m going to be redesigning this over the next few weeks, to work with any size of matrix (probably using malloc()) Read more…