myVector.cross( otherVector ) in Anark Studio 2.5
Perform a cross-product on the vector.
Arguments
name | type | description |
---|---|---|
otherVector | Vector | Vector to use for calculating< |
- Return Type
- (none)
Description
Modifies the current vector to be the cross product of the current vector and the vector supplied as an argument.