Graphmath.Mat33.scale

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

Specs

scale(mat33(), float()) :: mat33()

scale( a, k ) scales every element in a mat33 by a coefficient k.

a is the mat33 to scale.

k is the float to scale by.

This returns a mat33 a scaled element-wise by k.