Method

GimpVector3set

Declaration [src]

void
gimp_vector3_set (
  GimpVector3* vector,
  gdouble x,
  gdouble y,
  gdouble z
)

Description [src]

Sets the X, Y and Z coordinates of vector to x, y and z.

Parameters

x gdouble
 

The X coordinate.

y gdouble
 

The Y coordinate.

z gdouble
 

The Z coordinate.