rsagl-0.4.0.2: The RogueStar Animation and Graphics Library

Safe HaskellSafe-Infered

RSAGL.Math.Matrix

Synopsis

Documentation

transformHomogenous :: RSdouble -> RSdouble -> RSdouble -> RSdouble -> (RSdouble -> RSdouble -> RSdouble -> a) -> Matrix -> aSource

Generate a column matrix of length 4, perform an affine transformation on it, and produce the resulting value.