view +grid/old/shape.m @ 0:48b6fb693025

Initial commit.
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 17 Sep 2015 10:12:50 +0200
parents
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