Appends a vector to this vector, and returns a reference to this vector.
Parameters
Parameters
Description
tail
[in] Knot vector to be appended.
knotRatio
[in] Knot ratio.
Remarks
If knotRatio > 0, append performs a linear transformations on this vector and on tail, such that the ratio of their lengths is equal to knotRatio, and that tail immediately follows this vector. tail is modified by this operation.