geomancy-0.2.6.0: Geometry and matrix manipulation
Safe HaskellSafe-Inferred
LanguageHaskell2010

Geomancy.Vulkan.Projection

Documentation

perspective :: Integral side => Float -> Float -> Float -> side -> side -> Transform Source #

infinitePerspective :: Integral side => Float -> side -> side -> Transform Source #

orthoOffCenter :: Integral side => Float -> Float -> side -> side -> Transform Source #