picogl.backend.gl.enums.legacy.scale

GL Push Matrix

Functions

gl_viewport(x, y, width, height)

gl_load_identity()

gl_pop_matrix()

gl_push_matrix()

gl_translatef(x, y, zoom)

gl_scalef(x, y, z)

gl_rotatef(angle, x, y, z)

Module Contents

picogl.backend.gl.enums.legacy.scale.gl_viewport(x, y, width, height)[source]
picogl.backend.gl.enums.legacy.scale.gl_load_identity()[source]
picogl.backend.gl.enums.legacy.scale.gl_pop_matrix()[source]
picogl.backend.gl.enums.legacy.scale.gl_push_matrix()[source]
picogl.backend.gl.enums.legacy.scale.gl_translatef(x: float, y: float, zoom: float)[source]
picogl.backend.gl.enums.legacy.scale.gl_scalef(x: float, y: float, z: float)[source]
picogl.backend.gl.enums.legacy.scale.gl_rotatef(angle, x: float, y: float, z: float)[source]