diff options
Diffstat (limited to 'Build/source/utils/asymptote/drawelement.h')
-rw-r--r-- | Build/source/utils/asymptote/drawelement.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/drawelement.h b/Build/source/utils/asymptote/drawelement.h index cddf625b53d..e171dc9b18f 100644 --- a/Build/source/utils/asymptote/drawelement.h +++ b/Build/source/utils/asymptote/drawelement.h @@ -22,8 +22,10 @@ namespace camp { -extern double T[3]; // z-component of current transform - +//extern double Tx[3]; // x-component of current transform +//extern double Ty[3]; // y-component of current transform +extern double Tz[3]; // z-component of current transform + static const double pixel=1.0; // Adaptive rendering constant. // Return one-sixth of the second derivative of the Bezier curve defined |