Graphmath.Mat33.add

You're seeing just the function add, go back to Graphmath.Mat33 module for more information.

Specs

add(mat33(), mat33()) :: mat33()

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.