Embeds Spline in given dimension.
If dim > current_dim, it will add zeros columns to the control points.
If dim < current_dim, it takes first n-columns of the control points.
If dim == current_dim, it returns a copy.
- Parameters:
-
- Returns:
embedded_spline
- Return type:
Spline