OpenGL.GLU.projection
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/GLU/projection.py

glu[Un]Project[4] convenience wrappers

 
Modules
       
OpenGL.GL
OpenGL.arrays
ctypes
OpenGL.raw.GLU

 
Functions
       
gluProject(objX, objY, objZ, model=None, proj=None, view=None)
Convenience wrapper for gluProject
 
Automatically fills in the model, projection and viewing matrices
if not provided.
 
returns (winX,winY,winZ) doubles
gluUnProject(winX, winY, winZ, model=None, proj=None, view=None)
Convenience wrapper for gluUnProject
 
Automatically fills in the model, projection and viewing matrices
if not provided.
 
returns (objX,objY,objZ) doubles
gluUnProject4(winX, winY, winZ, clipW, model=None, proj=None, view=None, near=0.0, far=1.0)
Convenience wrapper for gluUnProject
 
Automatically fills in the model, projection and viewing matrices
if not provided.
 
returns (objX,objY,objZ) doubles

 
Data
        __all__ = ('gluProject', 'gluUnProject', 'gluUnProject4')
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/GLU/projection.py'
__name__ = 'OpenGL.GLU.projection'