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