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 March 06, 2023 02:49:26am UTC