view +parametrization/old/shape.m @ 402:bc78157c89cb feature/beams

Add string methods to some sbp classes.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 02 Feb 2017 10:10:02 +0100
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