Tweak clouds
This commit is contained in:
@@ -54,6 +54,7 @@ lmt :: V4 (V4 a) -> V4 (V4 a)
|
||||
lmt = Linear.Matrix.transpose
|
||||
|
||||
vToL :: V4 a -> [a]
|
||||
{-# INLINE vToL #-}
|
||||
vToL (V4 a b c d) = [a, b, c, d]
|
||||
|
||||
perMat :: Float -> V4 (V4 Float)
|
||||
|
||||
Reference in New Issue
Block a user