Graphmath.Mat44.add

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

Specs

add(mat44(), mat44()) :: mat44()

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.