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