]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Tue, 8 Apr 2008 17:36:37 +0000 (17:36 +0000)
committerarif <devnull@localhost>
Tue, 8 Apr 2008 17:36:37 +0000 (17:36 +0000)
cmd/smyrna/selection.h

index 0a0b90363c1e0075495bd10083d3a824d4065553..b92a0e919c7f8b34892bbc6be46b4465b1c2bf4d 100644 (file)
@@ -53,5 +53,6 @@ extern int deselect_all_nodes(Agraph_t * g);
 extern int deselect_all_edges(Agraph_t * g);
 extern int deselect_all_graphs(Agraph_t * g);
 extern int deselect_all(Agraph_t * g);
+int point_within_sphere_with_coords(float x0, float y0, float z0, float r,float x, float y,float z);
 
 #endif