Cross

Math
Both Server and Client
Only Mobile

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.

Declaration

func Cross(valueA Vector3, valueB Vector3) Vector3
go

Parameters

Input

Name Type Description
ValueA Vector3 Lvalue
ValueB Vector3 Rvalue

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.