subtractLocal
subtracts a provided vector to this vector internally, and returns a handle to this vector for easy chaining of calls. If the provided vector is null, null is returned.
@param vec the vector to subtract
@return this
subtractLocal
subtracts a provided vector to this vector internally, and returns a handle to this vector for easy chaining of calls. If the provided vector is null, null is returned.
@param vec the vector to subtract
@return this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|