clifford.cga.Dilation

class clifford.cga.Dilation(cga, *args)[source]

A global dilation

Parameters

args ([none, number]) – if none, a random dilation will be generated if a number, dilation of given amount

Examples

>>> cga = CGA(3)
>>> D = cga.dilation()          # from  none
>>> D = cga.dilation(.4)        # from number

Methods

__init__

Initialize self.

inverted

inverted version of this thing.

involuted

inverted version of this thing.