keid-core-0.1.8.0: Core parts of Keid engine.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Engine.Camera.Controls

Documentation

data Controls a Source #

Constructors

Controls 

Fields

Instances

Instances details
Foldable Controls Source # 
Instance details

Defined in Engine.Camera.Controls

Methods

fold :: Monoid m => Controls m -> m Source #

foldMap :: Monoid m => (a -> m) -> Controls a -> m Source #

foldMap' :: Monoid m => (a -> m) -> Controls a -> m Source #

foldr :: (a -> b -> b) -> b -> Controls a -> b Source #

foldr' :: (a -> b -> b) -> b -> Controls a -> b Source #

foldl :: (b -> a -> b) -> b -> Controls a -> b Source #

foldl' :: (b -> a -> b) -> b -> Controls a -> b Source #

foldr1 :: (a -> a -> a) -> Controls a -> a Source #

foldl1 :: (a -> a -> a) -> Controls a -> a Source #

toList :: Controls a -> [a] Source #

null :: Controls a -> Bool Source #

length :: Controls a -> Int Source #

elem :: Eq a => a -> Controls a -> Bool Source #

maximum :: Ord a => Controls a -> a Source #

minimum :: Ord a => Controls a -> a Source #

sum :: Num a => Controls a -> a Source #

product :: Num a => Controls a -> a Source #

Traversable Controls Source # 
Instance details

Defined in Engine.Camera.Controls

Methods

traverse :: Applicative f => (a -> f b) -> Controls a -> f (Controls b) Source #

sequenceA :: Applicative f => Controls (f a) -> f (Controls a) Source #

mapM :: Monad m => (a -> m b) -> Controls a -> m (Controls b) Source #

sequence :: Monad m => Controls (m a) -> m (Controls a) Source #

Functor Controls Source # 
Instance details

Defined in Engine.Camera.Controls

Methods

fmap :: (a -> b) -> Controls a -> Controls b Source #

(<$) :: a -> Controls b -> Controls a Source #

panInstant :: MonadIO m => ViewProcess -> Vec3 -> m () Source #