UShader Engine Wikia
Advertisement
Cross-0

Name[]

Cross - returns the cross product of two three-component vectors

Synopsis[]

vector3 Cross(vector3 a, vector3 b);

Parameters[]

a
Three-component vector.
b
Three-component vector.

Description[]

Returns the cross product of three-component vectors a and b. The result is a three-component vector.

Advertisement