| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.Mathematics.math-cross.html | [Back] [Original] |
| 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.
| Web Proxy Viewer | New URL | Original Page |