Gamgine-0.4.1: Some kind of game library or set of utilities.

Safe HaskellNone
LanguageHaskell98

Gamgine.Math.Matrix

Documentation

module Data.Vec

type Window = (Width, Height) Source

data Frustum Source

Constructors

Frustum 

Fields

left :: Double
 
right :: Double
 
bottom :: Double
 
top :: Double
 
near :: Double
 
far :: Double
 

Instances

winToWorld :: Matrix -> WinCoord -> Vect Source