Declaration
func Cross(valueA Vector3, valueB Vector3) Vector3
go
Parameters
Input
Return
| Type | Description |
|---|---|
| Vector3 | The result of the cross product, which is perpendicular to the plane where the two vectors involved in the operation are located. |
The result of the cross product of two three-dimensional vectors. The result is a vector perpendicular to the plane where the two vectors are located.
func Cross(valueA Vector3, valueB Vector3) Vector3
go
| Type | Description |
|---|---|
| Vector3 | The result of the cross product, which is perpendicular to the plane where the two vectors involved in the operation are located. |