rsagl-0.2.2: The RogueStar Animation and Graphics LibrarySource codeContentsIndex
RSAGL.Matrix
Documentation
data Matrix Source
show/hide Instances
matrix :: [[Double]] -> MatrixSource
rowMajorForm :: Matrix -> [[Double]]Source
colMajorForm :: Matrix -> [[Double]]Source
rowAt :: Matrix -> Int -> [Double]Source
matrixAt :: Matrix -> (Int, Int) -> DoubleSource
identityMatrix :: Integral i => i -> MatrixSource
translationMatrix :: Vector3D -> MatrixSource
rotationMatrix :: Vector3D -> Angle -> MatrixSource
scaleMatrix :: Vector3D -> MatrixSource
xyzMatrix :: Vector3D -> Vector3D -> Vector3D -> MatrixSource
matrixAdd :: Matrix -> Matrix -> MatrixSource
matrixMultiply :: Matrix -> Matrix -> MatrixSource
matrixTranspose :: Matrix -> MatrixSource
matrixInverse :: Matrix -> MatrixSource
determinant :: Matrix -> DoubleSource
matrixInversePrim :: Matrix -> MatrixSource
Produced by Haddock version 2.3.0