Py5Graphics.print_matrix()
Contents
Py5Graphics.print_matrix()¶
Prints the current matrix to standard output.
Description¶
Prints the current matrix to standard output.
This method is the same as print_matrix() but linked to a Py5Graphics
object. To see example code for how it can be used, see print_matrix().
Underlying Processing method: PGraphics.printMatrix