Hi,
I am trying to define a C-like struct in metapost:
struct Pixel {
numeric x;
numeric y;
numeric val;
};
What's the best way to define such a struct in MetaPost?
Thanks
Qiong
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/metapost/attachments/20170311/9dc52ef1/attachment.html>