From 2328058b46f8dd1f2a80b860e49f89ec0a80a660 Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sun, 9 Jan 2011 04:35:10 +0100 Subject: Add ld_point_distance(). --- src/ld-types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ld-types.h') diff --git a/src/ld-types.h b/src/ld-types.h index 6837f74..61a1a7d 100644 --- a/src/ld-types.h +++ b/src/ld-types.h @@ -48,6 +48,7 @@ GType ld_point_get_type (void) G_GNUC_CONST; LdPoint *ld_point_copy (const LdPoint *self); void ld_point_free (LdPoint *self); +gdouble ld_point_distance (LdPoint *self, gdouble x, gdouble y); /** -- cgit v1.2.3-54-g00ecf