-- | -- Module : Graphics.Michelangelo.Camera -- Description : -- Copyright : (c) Jonatan H Sundqvist, 2015 -- License : MIT -- Maintainer : Jonatan H Sundqvist -- Stability : experimental|stable -- Portability : POSIX (not sure) -- -- Created July 30 2015 -- TODO | - -- - -- SPEC | - -- - module Graphics.Michelangelo.Camera where -------------------------------------------------------------------------------------------------------------------------------------------- -- We'll need these -------------------------------------------------------------------------------------------------------------------------------------------- import Graphics.Michelangelo.Types -------------------------------------------------------------------------------------------------------------------------------------------- -- Functions --------------------------------------------------------------------------------------------------------------------------------------------