about summary refs log tree commit diff
path: root/converter/other/pamtosvg/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pamtosvg/point.h')
-rw-r--r--converter/other/pamtosvg/point.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/converter/other/pamtosvg/point.h b/converter/other/pamtosvg/point.h
index 63594027..0346f301 100644
--- a/converter/other/pamtosvg/point.h
+++ b/converter/other/pamtosvg/point.h
@@ -24,4 +24,8 @@ Point
 point_scaled(Point const coord,
              float const r);
 
+float
+point_distance(Point const p1,
+               Point const p2);
+
 #endif