ENH: createPatchDict: use same transform

This commit is contained in:
mattijs
2012-09-20 12:51:33 +01:00
parent 30a7437682
commit 001a2ae3dd

View File

@ -92,8 +92,10 @@ patches
// Optional: explicitly set transformation tensor. // Optional: explicitly set transformation tensor.
// Used when matching and synchronising points. // Used when matching and synchronising points.
transform rotational; transform rotational;
rotationAxis ( 0 0 1 ); rotationAxis (1 0 0);
rotationCentre ( 0.3 0 0 ); rotationCentre (0 0 0);
// transform translational;
// separationVector (1 0 0);
} }
// How to construct: either from 'patches' or 'set' // How to construct: either from 'patches' or 'set'