multLocal
multiplies this matrix internally by a given float scale factor.
@param scale the value to scale by.
@return this Matrix3f
mult
multiplies this matrix by a scalar.
@param scalar the scalar to multiply this matrix by.
mult
multiplies this quaternion by a parameter vector. The result is stored in the supplied vector
@param v the vector to multiply this quaternion by.
@return v
multLocal
multiplies this vector by a scalar internally, and returns a handle to this vector for easy chaining of calls.
@param scalar the value to multiply this vector by.
@return this
multLocal
multiplies this vector by a scalar internally, and returns a handle to this vector for easy chaining of calls.
@param scalar the value to multiply this vector by.
@return this
mult
multiplies this matrix by a scalar.
@param scalar the scalar to multiply this matrix by.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|