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