Overload List
| Name | Description | |
|---|---|---|
| Addition(Double, Matrix4x4) |
value + matrix, adds a value to all matrix components
| |
| Addition(Matrix4x4, Double) |
matrix + value, adds a value to all matrix components
| |
| Addition(Matrix4x4, Matrix4x4) |
matrix + matrix, adds the values of two matrices component wise
|