summaryrefslogtreecommitdiffstats
path: root/src/bltGrAxisOp.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-11 16:42:14 (GMT)
committerjoye <joye>2014-04-11 16:42:14 (GMT)
commitfcc86a2d2288dcdfcf6138ee6d9941076e87aa82 (patch)
tree10612a5c5e99e8901c53703a640cf0feb870e119 /src/bltGrAxisOp.h
parentbbf3ce66d2bed48818d0ea0de7cb71c80eb3bae3 (diff)
downloadblt-fcc86a2d2288dcdfcf6138ee6d9941076e87aa82.zip
blt-fcc86a2d2288dcdfcf6138ee6d9941076e87aa82.tar.gz
blt-fcc86a2d2288dcdfcf6138ee6d9941076e87aa82.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrAxisOp.h')
-rw-r--r--src/bltGrAxisOp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bltGrAxisOp.h b/src/bltGrAxisOp.h
index d5ebf3c..63cc2d0 100644
--- a/src/bltGrAxisOp.h
+++ b/src/bltGrAxisOp.h
@@ -51,5 +51,9 @@ extern void Blt_GridsToPostScript(Graph* graphPtr, Blt_Ps ps);
extern Axis *Blt_GetFirstAxis(Blt_Chain chain);
extern Axis *Blt_NearestAxis(Graph* graphPtr, int x, int y);
+extern Point2d Blt_InvMap2D(Graph* graphPtr, double x, double y,
+ Axis2d *pairPtr);
+extern Point2d Blt_Map2D(Graph* graphPtr, double x, double y,
+ Axis2d *pairPtr);
#endif