lambdacube-engine-0.2.4: 3D rendering engine written entirely in Haskell

Safe HaskellSafe-Infered

Graphics.LambdaCube.Types

Contents

Synopsis

Documentation

type FloatType = FloatSource

The floating point type used throughout the engine. It is recommended to use this synonym ubiquitously in code interfacing with LambdaCube.

Reexports