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