Graphmath.Mat33.add
You're seeing just the function
add, go back to Graphmath.Mat33 module for more information.
Link to this function
add(a, b)
Specs
add(a,b) adds one mat33 to another mat33.
a is the first mat33.
b is the second mat33.
This returns a mat33 which is the element-wise sum of a and b.