GeometricTransformsMixin¶
-
class
sknano.core.geometric_regions.GeometricTransformsMixin[source] [edit on github][source]¶ Bases:
objectMixin class providing methods for applying linear algebra transforms to geometric regions.
Methods
rotate(**kwargs)Rotate GeometricRegionpointsandvectors.translate(t[, fix_anchor_points])Translate GeometricRegionpointsandvectorsbyVectort.Methods Summary
rotate(**kwargs)Rotate GeometricRegionpointsandvectors.translate(t[, fix_anchor_points])Translate GeometricRegionpointsandvectorsbyVectort.Methods Documentation
-
rotate(**kwargs)[source] [edit on github][source]¶ Rotate
GeometricRegionpointsandvectors.Parameters: See also
-
translate(t, fix_anchor_points=False)[source] [edit on github][source]¶ Translate
GeometricRegionpointsandvectorsbyVectort.Parameters: - t (
Vector) – - fix_anchor_points (bool, optional) –
See also
sknano.core.math.translate- t (
-