myVector.add( otherVector ) in Anark Studio 2.5
Add on a vector.
Arguments
name | type | description |
---|---|---|
otherVector | Vector | The Vector to add. |
- Return Type
- (none)
Description
Adds the supplied vector to the current vector, modifying the original.
Add on a vector.
name | type | description |
---|---|---|
otherVector | Vector | The Vector to add. |