Py5Graphics.print_projection()#

Prints the current projection matrix to standard output.

Description#

Prints the current projection matrix to standard output.

This method is the same as print_projection() but linked to a Py5Graphics object. To see example code for how it can be used, see print_projection().

Underlying Processing method: PGraphics.printProjection

Signatures#

print_projection() -> None

Updated on March 06, 2023 02:49:26am UTC