Method
GimpVector2sub_val
Declaration [src]
GimpVector2
gimp_vector2_sub_val (
GimpVector2 vector1,
GimpVector2 vector2
)
Description [src]
This function is identical to gimp_vector2_sub()
but the vectors
are passed by value rather than by reference.
Parameters
vector2 |
GimpVector2 |
The second |
Return value
Returns: | GimpVector2 |
The resulting |