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

Safe HaskellSafe-Inferred

Codec.FFmpeg.Internal.V3

Description

A basic three component vector.

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.