Graphmath.Mat44.subtract
You're seeing just the function
subtract, go back to Graphmath.Mat44 module for more information.
Link to this function
subtract(a, b)
Specs
subtract(a,b) subtracts one mat44 from another mat44.
a is the minuend.
b is the subtraherd.
This returns a mat44 formed by the element-wise subtraction of b from a.