Overload List
| Name | Description | |
|---|---|---|
| Subtraction(Double, Matrix4x4) |
value - matrix, subtracts all matrix components from a value
| |
| Subtraction(Matrix4x4, Double) |
matrix - value, subtracts a value from all matrix components
| |
| Subtraction(Matrix4x4, Matrix4x4) |
matrix - matrix, subtracts the components of B from the components of A
|