aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h5
1 files changed, 5 insertions, 0 deletions
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 */