myVector.minVector( otherVector ) in Anark Studio 2.5
Calculate the minimum vector.
Arguments
name | type | description |
---|---|---|
otherVector | Vector | The vector to compare to. |
- Return Type
- (none)
Description
Modifies the current vector to contain elements that are the minimum between the given vector and the current vector.