-
pivaldi committed revision 4754 to the Asymptote SVN repository, changing 1 files.
2009-11-18 11:31:57 UTC in Asymptote
-
And asy-mode.el supports now LaTex master files :-)
2009-09-28 09:54:34 UTC in Asymptote
-
pivaldi committed revision 4667 to the Asymptote SVN repository, changing 1 files.
2009-09-24 23:29:07 UTC in Asymptote
-
pivaldi committed revision 4658 to the Asymptote SVN repository, changing 8 files.
2009-09-19 10:18:26 UTC in Asymptote
-
Hi,
I'm not sure to understand the meaning of "scale given point in given direction" but the following code can inspire you:
//8<------8<------8<------8<------8<------8<------8<------8<------
import geometry;
typedef point fpoint(point);
fpoint scaleDir(real s, vector dir) {
return new point(point P){
return scale(-s,P+unit(dir))*P;
};
}...
2009-09-04 08:33:28 UTC in Asymptote
-
pivaldi committed revision 4590 to the Asymptote SVN repository, changing 1 files.
2009-08-14 14:50:49 UTC in Asymptote
-
Same error for me with Linux (Debian testing):
GPL Ghostscript SVN PRE-RELEASE 8.64: Unrecoverable error, exit code 1.
2009-08-12 13:02:16 UTC in Asymptote