| Parameter | Description |
|---|---|
| lhs | The left hand side matrix of the operation |
| rhs | The right hand side matrix of the operation |
Matrix2D The multiplied matrix
Multiplies two matrices.
| Parameter | Description |
|---|---|
| lhs | The left hand side matrix of the operation |
| vector | The vector the matrix will be multiplied with |
Vector2 The transformed vector
Transforms a Vector2 by a matrix.