ffmpeg-light-0.4: Minimal bindings to the FFmpeg library.

Safe HaskellSafe-Inferred

Codec.FFmpeg.Internal.Linear

Description

Minimal operations on small vector types.

Synopsis

Documentation

data V3 a Source

A basic three component vector.

Constructors

V3 !a !a !a 

Instances

qd :: V3 CInt -> V3 CInt -> CIntSource

Quadrance between two 3D points.

data V4 a Source

Constructors

V4 !a !a !a !a 

Instances