bundles / scipy 1.17.1 / scipy / spatial / transform / _rotation / Rotation / create_group
classmethod
scipy.spatial.transform._rotation:Rotation.create_group
Summary
Create a 3D rotation group.
Parameters
group: stringThe name of the group. Must be one of 'I', 'O', 'T', 'Dn', 'Cn', where
nis a positive integer. The groups are:I: Icosahedral group
O: Octahedral group
T: Tetrahedral group
D: Dicyclic group
C: Cyclic group
axis: integerThe cyclic rotation axis. Must be one of ['X', 'Y', 'Z'] (or lowercase). Default is 'Z'. Ignored for groups 'I', 'O', and 'T'.
Returns
rotation: `Rotation` instanceObject containing the elements of the rotation group.
Notes
This method generates rotation groups only. The full 3-dimensional point groups [PointGroups] also contain reflections.
Aliases
-
scipy.spatial.transform.Rotation.create_group