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