Function

GimpVector3new

Declaration [src]

GimpVector3
gimp_vector3_new (
  gdouble x,
  gdouble y,
  gdouble z
)

Description [src]

Creates a GimpVector3 of coordinate x, y and z.

Parameters

x

Type: gdouble

The X coordinate.

y

Type: gdouble

The Y coordinate.

z

Type: gdouble

The Z coordinate.

Return value

Type: GimpVector3

The resulting GimpVector3.