diff options
author | Thomas White <taw@physics.org> | 2012-09-07 15:45:08 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 15:02:12 +0200 |
commit | 1363184f920a18fc560ad028a29ffcaa3148d93e (patch) | |
tree | d0bde09ee4d7641d41859215a9d39800812279c4 /libcrystfel/src/cell.h | |
parent | 42e1753bcfd692d5aaf6d7551c6e4635f65c683f (diff) |
WIP
Diffstat (limited to 'libcrystfel/src/cell.h')
-rw-r--r-- | libcrystfel/src/cell.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h index 625884e1..e5c98ace 100644 --- a/libcrystfel/src/cell.h +++ b/libcrystfel/src/cell.h @@ -140,6 +140,10 @@ extern UnitCell *cell_transform(UnitCell *cell, UnitCellTransformation *t); extern UnitCell *cell_transform_inverse(UnitCell *cell, UnitCellTransformation *t); -extern void cell_transformation_print(UnitCellTransformation *t); +extern UnitCellTransformation *tfn_identity(void); +extern void tfn_combine(UnitCellTransformation *t, + double *na, double *nb, double *nc); +extern void tfn_print(UnitCellTransformation *t); +extern double *tfn_vector(double a, double b, double c); #endif /* CELL_H */ |