Overload List

  NameDescription
Public operatorStatic memberSubtraction(Double, Matrix4x4)
value - matrix, subtracts all matrix components from a value
Public operatorStatic memberSubtraction(Matrix4x4, Double)
matrix - value, subtracts a value from all matrix components
Public operatorStatic memberSubtraction(Matrix4x4, Matrix4x4)
matrix - matrix, subtracts the components of B from the components of A

See Also