Gimp.Vector2.prototype.neg

function neg(): void {
    // Gjs wrapper for gimp_vector2_neg()
}
  

Negates the vector (i.e. negate all its coordinates).