Description
The cross product of the specified values. (Left cross up equals forward.)
Snippet
Cross Product(Vector(0, 0, 0), Vector(0, 0, 0));
Properties
Returns: Vector
Parameters: Value, Value
Value
Type: Position, Default: Vector
The left-hand-side vector operand of the cross product.Value
Type: Position, Default: Vector
The right-hand-side vector operand of the cross product.