Gimp.Vector3.prototype.add_val
function add_val(vector2: Gimp.Vector3): Gimp.Vector3 {
// Gjs wrapper for gimp_vector3_add_val()
}
This function is identical to Gimp.vector3_add but the vectors are passed by value rather than by reference.
- vector2
a Gimp.Vector3.
- Returns
the resulting Gimp.Vector3.