FlipV

class ipkiss3.all.FlipV(flipped, *args)

Specifies that a vertically mirrored version of the instance must be placed.

If the instance has transformations, then these transformations are taken into account when the instance is flipped.

#
###
#####
------
#####
###
#

See also

FlipH

Examples

>>> i3.FlipV(['inst1', 'inst2', 'inst3'])
>>> i3.FlipV('inst1', 'inst2', 'inst3')
>>> i3.FlipV('inst1')