cross_product_val
Description:
public Vector2 cross_product_val (
Vector2 vector2)
Identical to [method@Vector2.
cross_product], but the vectors are passed by value rather than by reference.
Parameters:
| this |
the first Vector2.
|
| vector2 |
the second Vector2.
|
Returns: