Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Codec.FFmpeg.Internal.Linear
Description
Minimal operations on small vector types.
Documentation
A two-component vector
Constructors
V2 !a !a |
Instances
SwsCompatible (AVPixelFormat, V2 CInt, Vector CUChar) Source |
A three-component vector
Constructors
V3 !a !a !a |