Function
GimpVector3new
Declaration [src]
GimpVector3
gimp_vector3_new (
  gdouble x,
  gdouble y,
  gdouble z
)
Parameters
- x
- 
            Type: gdoubleThe X coordinate. 
- y
- 
            Type: gdoubleThe Y coordinate. 
- z
- 
            Type: gdoubleThe Z coordinate. 
Return value
Type: GimpVector3
The resulting GimpVector3.