Function
GimpVector3new
Declaration [src]
GimpVector3
gimp_vector3_new (
gdouble x,
gdouble y,
gdouble 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
.