Skip to content

Math.Cross

Name - Description Default Type
<input> Accepts float3 vector (a vector with 3 float elements) as input. Float3[Float3]
<output> Outputs the result of the cross product as a float3 vector or a sequence of float3 vectors if the input was a sequence of float3 vectors. Float3[Float3]
Operand The float3 vector to compute the cross product with. 0 Float2[Float2]Float3[Float3]Float4[Float4]Var(Float2)Var([Float2])Var(Float3)Var([Float3])Var(Float4)Var([Float4])

This shard computes the cross product of the float3 vector (or sequence of float3 vectors) provided as input and the float3 vector provided in the Operand parameter and outputs the result as a float3 vector (or sequence of float3 vectors). A float3 vector is a vector with 3 float elements.