![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
A two-dimensional vector. More...
#include <Utils.h>
Data Fields | |
gfloat | c [2] |
struct { | |
gfloat x | |
gfloat y | |
}; |
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).
struct { ... } |
gfloat c[2] |
gfloat x |
gfloat y |