FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.

Vector2f Union Reference

A two-dimensional vector. More...

#include <Utils.h>

Data Fields

gfloat c [2]
struct {
   gfloat   x
   gfloat   y
}; 

Detailed Description

A two-dimensional vector.

A vector is useful for, instead of asking again and again, two variables (x, y). Ask a single variable which is a vector, whose members are x and y. You can also access these members as an arrangement (called c).

Author:
Fabio J. Gonzalez

Field Documentation

struct { ... }
gfloat c[2]
gfloat x
gfloat y

The documentation for this union was generated from the following file:
All Data Structures Files Functions Variables Typedefs Defines