Transform/multiply the given vector <code>(x, y, z)</code> by this matrix and store the result in <code>dest</code>.
@param x
the x component of the vector to transform
@param y
the y component of the vector to transform
@param z
the z component of the vector to transform
@param dest
will contain the result
@return dest
Transform/multiply the given vector <code>(x, y, z)</code> by this matrix and store the result in <code>dest</code>.
@param x the x component of the vector to transform @param y the y component of the vector to transform @param z the z component of the vector to transform @param dest will contain the result @return dest