Py5Graphics.print_camera()#

Prints the current camera matrix to standard output.

Description#

Prints the current camera matrix to standard output.

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

Underlying Processing method: PGraphics.printCamera

Signatures#

print_camera() -> None

Updated on September 01, 2022 14:08:27pm UTC