picogl.backend.gl.enums.legacy.scale ==================================== .. py:module:: picogl.backend.gl.enums.legacy.scale .. autoapi-nested-parse:: GL Push Matrix Functions --------- .. autoapisummary:: picogl.backend.gl.enums.legacy.scale.gl_viewport picogl.backend.gl.enums.legacy.scale.gl_load_identity picogl.backend.gl.enums.legacy.scale.gl_pop_matrix picogl.backend.gl.enums.legacy.scale.gl_push_matrix picogl.backend.gl.enums.legacy.scale.gl_translatef picogl.backend.gl.enums.legacy.scale.gl_scalef picogl.backend.gl.enums.legacy.scale.gl_rotatef Module Contents --------------- .. py:function:: gl_viewport(x, y, width, height) .. py:function:: gl_load_identity() .. py:function:: gl_pop_matrix() .. py:function:: gl_push_matrix() .. py:function:: gl_translatef(x: float, y: float, zoom: float) .. py:function:: gl_scalef(x: float, y: float, z: float) .. py:function:: gl_rotatef(angle, x: float, y: float, z: float)