Declaration
func Cross(valueA Vector3, valueB Vector3) Vector3
go
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