Function
Gimpvector_2d_to_3d_val
Declaration [src]
GimpVector3
gimp_vector_2d_to_3d_val (
  gint sx,
  gint sy,
  gint w,
  gint h,
  gint x,
  gint y,
  GimpVector3 vp,
  GimpVector3 p
)
Description [src]
This function is identical to gimp_vector_2d_to_3d() but the
position of the observer and the resulting point p are passed by
value rather than by reference.
Parameters
- sx
- 
            Type: gintThe abscissa of the upper-left screen rectangle. 
- sy
- 
            Type: gintThe ordinate of the upper-left screen rectangle. 
- w
- 
            Type: gintThe width of the screen rectangle. 
- h
- 
            Type: gintThe height of the screen rectangle. 
- x
- 
            Type: gintThe abscissa of the point in the screen rectangle to map. 
- y
- 
            Type: gintThe ordinate of the point in the screen rectangle to map. 
- vp
- 
            Type: GimpVector3Position of the observer. 
- p
- 
            Type: GimpVector3The resulting point. 
Return value
Type: GimpVector3
The computed GimpVector3 point.