Struct
GimpVector4
Description [src]
struct GimpVector4 {
gdouble x;
gdouble y;
gdouble z;
gdouble w;
}
A four dimensional vector.
Structure members
x:gdoubleThe x axis.
y:gdoubleThe y axis.
z:gdoubleThe z axis.
w:gdoubleThe w axis.