ipkiss3.all.CMirror¶
-
class
ipkiss3.all.
CMirror
(mirror_center=(0.0, 0.0), **kwargs)¶ Mirror around point
mirror_center
(= 180 degree turn).Parameters: absolute_magnification: optional
absolute_rotation: optional
magnification: optional
rotation: optional
translation: optional
v_mirror: optional
mirror_center: Coord2, optional
mirror_plane_x: Real, number, optional
mirror_plane_y: Real, number, optional
rotation_center: Coord2, optional
-
apply_to_angle_deg
(angle)¶ apply transformation to absolute angle (degrees)
-
apply_to_array
(coords)¶ apply transformation to numpy array
-
apply_to_coord
(coord)¶ apply transformation to coordinate
-
is_identity
()¶ returns True if the transformation does nothing
-
reverse_on_angle_deg
(angle)¶ apply reverse transformation to absolute angle (degrees)
-
reverse_on_array
(coords)¶ internal use: applies reverse transformation to a numpy array
-
reverse_on_coord
(coord)¶ apply reverse transformation to coordinate
-