diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-27 22:55:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-27 22:55:27 +0000 |
commit | 1e68ac74cb516c2688e64cdc6a15480551b2f80d (patch) | |
tree | 1e78d3810e87dec71e5cb9ad08da71f1db7768f4 /Master/texmf-dist/asymptote/three_arrows.asy | |
parent | 55e45a0d588de0392d2198753e45d75cd58f9e4d (diff) |
asymptote 2.25
git-svn-id: svn://tug.org/texlive/trunk@33704 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/asymptote/three_arrows.asy')
-rw-r--r-- | Master/texmf-dist/asymptote/three_arrows.asy | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/texmf-dist/asymptote/three_arrows.asy b/Master/texmf-dist/asymptote/three_arrows.asy index 5b9bd45d56f..4398b9bd781 100644 --- a/Master/texmf-dist/asymptote/three_arrows.asy +++ b/Master/texmf-dist/asymptote/three_arrows.asy @@ -245,14 +245,6 @@ TeXHead3.head=new surface(path3 g, position position=EndPoint, } }; -real[] arrowbasepoints(path3 base, path3 left, path3 right) -{ - real[][] Tl=transpose(intersections(left,base)); - real[][] Tr=transpose(intersections(right,base)); - return new real[] {Tl.length > 0 ? Tl[0][0] : 0, - Tr.length > 0 ? Tr[0][0] : 0}; -} - path3 arrowbase(path3 r, triple y, real t, real size) { triple perp=2*size*perp(dir(r,t)); |