Home
last modified time | relevance | path

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

/dports/biology/emboss/EMBOSS-6.6.0/ajax/graphics/
H A Dajgraph.c70 static float GraphDistPts(float xx1, float yy1, float xx2, float yy2);
3225 return GraphDistPts(xx1, yy1, xx2, yy2); in ajGraphicsCalcDistance()
9884 static float GraphDistPts(float xx1, float yy1, float xx2, float yy2) in GraphDistPts() function
10881 return GraphDistPts(xx1, yy1, xx2, yy2); in ajGraphDistPts()