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. |