Vector3


Description:

[ CCode ( has_construct_function = false , type = "GimpVector3" ) ]
public Vector3 (double x, double y, double z)

Creates a Vector3 of coordinate x, y and z.

Parameters:

x

the X coordinate.

y

the Y coordinate.

z

the Z coordinate.

Returns:

the resulting Vector3.