ContentsIndex
Graphics.Plot.Render
Description
Functions to render the Picture data type via OpenGL.
Synopsis
renderPicture :: IORef DisplayState -> Picture -> IO ()
vertexFF :: GLfloat -> GLfloat -> IO ()
vertexPF :: (GLfloat, GLfloat) -> IO ()
Documentation
renderPicture
:: IORef DisplayStateThe current state.
-> PictureThe picture to render.
-> IO ()
Render a picture using the current display state.
vertexFF :: GLfloat -> GLfloat -> IO ()
vertexPF :: (GLfloat, GLfloat) -> IO ()
Produced by Haddock version 0.7