Home
last modified time | relevance | path

Searched refs:savedPointY (Results 1 – 1 of 1) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting.cpp40 static DDouble savedPointY=0.0; variable
622 a->WorldToNormedDevice(wx, wy, savedPointX, savedPointY); in saveLastPoint()
623 if (GDL_DEBUG_PLSTREAM) fprintf(stderr,"saveLastPoint as %lf %lf\n", savedPointX, savedPointY); in saveLastPoint()
628 a->NormedDeviceToWorld(savedPointX, savedPointY, wx, wy); in getLastPoint()
629 …(stderr,"getLastPoint: Got dev: %lf %lf giving %lf %lf world\n", savedPointX, savedPointY, wx, wy); in getLastPoint()