Gimp.Vector3.prototype.neg_val
function neg_val(): Gimp.Vector3 {
// Gjs wrapper for gimp_vector3_neg_val()
}
Identical to [method@Vector3.neg], but the vector is passed by value rather than by reference.
- Returns
the negated Gimp.Vector3.
function neg_val(): Gimp.Vector3 {
// Gjs wrapper for gimp_vector3_neg_val()
}
Identical to [method@Vector3.neg], but the vector is passed by value rather than by reference.
the negated Gimp.Vector3.