Method
GimpVector3rotate_val
Declaration [src]
GimpVector3
gimp_vector3_rotate_val (
  GimpVector3 vector,
  gdouble alpha,
  gdouble beta,
  gdouble gamma
)
Description [src]
Identical to gimp_vector3_rotate(), but the vectors
are passed by value rather than by reference.
Parameters
- alpha
- 
            Type: gdoubleThe angle (in radian) of rotation around the Z axis. 
- beta
- 
            Type: gdoubleThe angle (in radian) of rotation around the Y axis. 
- gamma
- 
            Type: gdoubleThe angle (in radian) of rotation around the X axis. 
Return value
Type: GimpVector3
The rotated vector.