d2d.math.Matrix

Matrix

Members

Classes

Matrix
class Matrix(T, uint rows, uint columns)

A matrix is just like a mathematical matrix where it is similar to essentially a 2d array of of the given type Template parameters are the type, how many rows, and how many columns TODO: rref, frustums, transformations

Meta