AtomsTransformationsMixin¶
-
class
sknano.core.atoms.mixins.AtomsTransformationsMixin[source] [edit on github][source]¶ Bases:
objectMixin
Atomsclass for performing affine transformations.Methods
rotate(**kwargs)Rotate Atomvectors.translate(t[, fix_anchor_points, cartesian])Translate Atomvectors byVectort.Methods Summary
rotate(**kwargs)Rotate Atomvectors.translate(t[, fix_anchor_points, cartesian])Translate Atomvectors byVectort.Methods Documentation
-
rotate(**kwargs)[source] [edit on github][source]¶ Rotate
Atomvectors.Parameters:
-
translate(t, fix_anchor_points=True, cartesian=True)[source] [edit on github][source]¶ Translate
Atomvectors byVectort.Parameters: - t (
Vector) – - fix_anchor_points (bool, optional) –
- t (
-