Portability | portable |
---|---|
Stability | stable |
Maintainer | sven.panne@aedion.de |
Graphics.Rendering.OpenGL.GLU.Matrix
Description
This module corresponds to chapter 4 (Matrix Manipulation) of the GLU specs.
Documentation
perspective :: GLdouble -> GLdouble -> GLdouble -> GLdouble -> IO ()
project :: Matrix m => Vertex3 GLdouble -> m GLdouble -> m GLdouble -> (Position, Size) -> IO (Vertex3 GLdouble)