Graphmath.Mat44.make_rotate_y
You're seeing just the function
make_rotate_y, go back to Graphmath.Mat44 module for more information.
Link to this function
make_rotate_y(theta)
Specs
make_rotate_y( theta ) creates a mat44 that rotates a vec3 by theta radians about the +Y axis.
theta is the float of the number of radians of rotation the matrix will provide.
This returns a mat44 which rotates by theta radians about the +Y axis.