]> granicus.if.org Git - graphviz/commitdiff
topological fisheye with no animation
authorarif <devnull@localhost>
Fri, 18 Apr 2008 19:40:03 +0000 (19:40 +0000)
committerarif <devnull@localhost>
Fri, 18 Apr 2008 19:40:03 +0000 (19:40 +0000)
lib/glcomp/glutils.h

index fdad997c004f90784549ecc7cea66d536995d7f8..56ab3b1eb015578d391a100bf47934915b65ea5e 100644 (file)
@@ -26,5 +26,8 @@ int GetFixedOGLPos(int x, int y, float kts, GLfloat * X, GLfloat * Y,
                   GLfloat * Z);
 int GetOGLPosRef(int x, int y, float *X, float *Y, float *Z);
 float GetOGLDistance(int l);
+int GetFixedOGLPoslocal(int x, int y, float kts, GLfloat * X, GLfloat * Y,
+                  GLfloat * Z);
+
 
 #endif