-- | The 'ScaleFactor' type. Yup, this is it. -- module ScaleFactor ( ScaleFactor ) where type ScaleFactor = ( Int, Int, Int )