rsagl-math-0.6.0.1: The RogueStar Animation and Graphics Library: Mathematics

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.