divideLocal divides this vector by a scalar internally, and returns a handle to this vector for easy chaining of calls. Dividing by zero will result in an exception.
@param scalar the value to divides this vector by.
@return this
divideLocal divides this vector by a scalar internally, and returns a handle to this vector for easy chaining of calls. Dividing by zero will result in an exception.
@param scalar the value to divides this vector by.
@return this
| |
| |
| |