Gimp.Vector2.prototype.cross_product_val
function cross_product_val(vector2: Gimp.Vector2): Gimp.Vector2 {
// Gjs wrapper for gimp_vector2_cross_product_val()
}
Identical to [method@Vector2.cross_product], but the vectors are passed by value rather than by reference.
- vector2
the second Gimp.Vector2.
- Returns
The cross product.