cross_product_val


Description:

public Vector3 cross_product_val (Vector3 vector2)

Identical to [method@Vector3.

cross_product], but the vectors are passed by value rather than by reference.

Parameters:

this

the first Vector3.

vector2

the second Vector3.

Returns:

The cross product.