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 gint
 

The abscissa of the upper-left screen rectangle.

sy gint
 

The ordinate of the upper-left screen rectangle.

w gint
 

The width of the screen rectangle.

h gint
 

The height of the screen rectangle.

x gint
 

The abscissa of the point in the screen rectangle to map.

y gint
 

The ordinate of the point in the screen rectangle to map.

vp GimpVector3
 

Position of the observer.

p GimpVector3
 

The resulting point.

Return value

Returns: GimpVector3
 

The computed GimpVector3 point.