| Parameter | Description |
|---|---|
| x | First vector to use in cross product. |
| y | Second vector to use in cross product. |
float3 The cross product of x and y.
Returns the cross product of two float3 vectors.
| Parameter | Description |
|---|---|
| x | First vector to use in cross product. |
| y | Second vector to use in cross product. |
double3 The cross product of x and y.
Returns the cross product of two double3 vectors.