Struct
GimpVector4
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. |