keid-core-0.1.9.0: Core parts of Keid engine.
Safe HaskellSafe-Inferred
LanguageGHC2021

Resource.Image.Atlas

Synopsis

Documentation

data Atlas Source #

Regular grid atlas

Constructors

Atlas 

Instances

Instances details
Generic Atlas Source # 
Instance details

Defined in Resource.Image.Atlas

Associated Types

type Rep Atlas :: Type -> Type #

Methods

from :: Atlas -> Rep Atlas x #

to :: Rep Atlas x -> Atlas #

Show Atlas Source # 
Instance details

Defined in Resource.Image.Atlas

Methods

showsPrec :: Int -> Atlas -> ShowS #

show :: Atlas -> String #

showList :: [Atlas] -> ShowS #

Eq Atlas Source # 
Instance details

Defined in Resource.Image.Atlas

Methods

(==) :: Atlas -> Atlas -> Bool #

(/=) :: Atlas -> Atlas -> Bool #

type Rep Atlas Source # 
Instance details

Defined in Resource.Image.Atlas