view +parametrization/old/shape.m @ 447:ae15b72c16c1 feature/grids

Change the version function to say that we are on the feature/grids branch
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 12 Apr 2017 13:24:16 +0200
parents 3a3cf386bb7e
children
line wrap: on
line source

% Creates a shape from a number of curves. A shape is a cell array of curves.
function s = shape(varargin);
    s = varargin;
end