From f7d118ec0bc9e7dd964bbb9a8bc4fad46b8412d7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 13 Jan 2010 10:46:44 +0100 Subject: Make DirAx use optional --- src/image.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index 9649fe8e..7cf47761 100644 --- a/src/image.h +++ b/src/image.h @@ -46,6 +46,11 @@ struct imagefeature { /* Distance between this feature and its partner, if any. */ double partner_d; + /* Reciprocal space coordinates (m^-1 of course) of this feature */ + double rx; + double ry; + double rz; + }; /* An opaque type representing a list of image features */ -- cgit v1.2.3