diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-18 21:58:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-18 21:58:51 +0000 |
commit | 1b4cb2401e932a47c4e736a0197d22c7797b58ad (patch) | |
tree | 8e478eee9868a06467931e053ec06658ae3a8e06 /Build/source/utils/asymptote/drawelement.h | |
parent | 93dcab8a877f998aafe2bef5e59b7c6ea2f7f434 (diff) |
asy 2.22 sources
git-svn-id: svn://tug.org/texlive/trunk@30552 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/drawelement.h')
-rw-r--r-- | Build/source/utils/asymptote/drawelement.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/source/utils/asymptote/drawelement.h b/Build/source/utils/asymptote/drawelement.h index c0761d081b0..e3975c5c6f8 100644 --- a/Build/source/utils/asymptote/drawelement.h +++ b/Build/source/utils/asymptote/drawelement.h @@ -206,17 +206,6 @@ public: drawElementLC() : T(NULL) {} - drawElementLC(double t1, double t2, double t3, double t4, - double t5, double t6, double t7, double t8, - double t9, double t10, double t11, double t12, - double t13, double t14, double t15, double t16) { - T=new(UseGC) double[16]; - T[0]=t1; T[4]=t5; T[ 8]=t9; T[12]=t13; - T[1]=t2; T[5]=t6; T[ 9]=t10; T[13]=t14; - T[2]=t3; T[6]=t7; T[10]=t11; T[14]=t15; - T[3]=t4; T[7]=t8; T[11]=t12; T[15]=t16; - } - drawElementLC(const double *t) : T(NULL) { copyTransform3(T,t); } |