Mercurial > hg > ishara
view general/cellutils/snd.m @ 58:ba866ae124c6
Now accepts single color index for all points.
author | samer |
---|---|
date | Fri, 09 Oct 2015 13:01:37 +0100 |
parents | 3cedfd4549ef |
children |
line wrap: on
line source
% snd - first element of pair % snd :: pair(A,B) -> B. function x=snd(c), x=c{2}; end