Graphmath.Mat33.scale
You're seeing just the function
scale
, go back to Graphmath.Mat33 module for more information.
Link to this function
scale(a, k)
Specs
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
.