packages feed

Vec-Transform-1.0.5: Vec-Transform.cabal

name:                Vec-Transform
version:             1.0.5
cabal-version:       >= 1.8
build-type:          Simple
license:             BSD3
license-file:        ""
copyright:           Tobias Bexelius
maintainer:          Tobias Bexelius
synopsis:            Extends the Vec package with some 4x4 transform matrices
description:         This package adds some 4x4 transform matrices to the Vec package, that is useful in graphics applications, such as those written with the GPipe package.
             Specifically, it adds translation, scaling, rotation, perspective projection and orthogonal projection matrices.
category:            Math, Graphics
author:              Tobias Bexelius
homepage:            https://github.com/tobbebex/Vec-Transform
library 
  build-depends:   
                   base >= 4 && <5,
                   Vec == 0.9.8
  hs-source-dirs:  src
  ghc-options:     -Wall
  exposed-modules: Data.Vec.LinAlg.Transform3D