Graphmath.Mat44.subtract

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

Specs

subtract(mat44(), mat44()) :: mat44()

subtract(a,b) subtracts one mat44 from another mat44.

a is the minuend.

b is the subtraherd.

This returns a mat44 formed by the element-wise subtraction of b from a.