Copyright | (c) 2015 Siniša Biđin 2021 Daniel Firth |
---|---|
License | MIT |
Maintainer | [email protected], [email protected] |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
SDL.Raw.Rotozoom
Description
Raw bindings to the SDL2_gfx
library, specifically the surface rotation and
zoom functionality from SDL2_rotozoom.h
.
Documentation
pattern SMOOTHING_ON :: (Eq a, Num a) => a Source #
pattern SMOOTHING_OFF :: (Eq a, Num a) => a Source #
rotozoomXY :: MonadIO m => Ptr Surface -> CDouble -> CDouble -> CDouble -> CInt -> m (Ptr Surface) Source #
rotozoomSize :: MonadIO m => CInt -> CInt -> CDouble -> CDouble -> Ptr CInt -> Ptr CInt -> m () Source #
rotozoomSizeXY :: MonadIO m => CInt -> CInt -> CDouble -> CDouble -> CDouble -> Ptr CInt -> Ptr CInt -> m () Source #