Overload List

  NameDescription
Public operatorStatic memberAddition(Double, Matrix4x4)
value + matrix, adds a value to all matrix components
Public operatorStatic memberAddition(Matrix4x4, Double)
matrix + value, adds a value to all matrix components
Public operatorStatic memberAddition(Matrix4x4, Matrix4x4)
matrix + matrix, adds the values of two matrices component wise

See Also