Two by three svg matrix.
|
__init__(self,
tricomplex=None)
Initialize. |
source code
|
|
|
__repr__(self)
Get the string representation of this two by three svg matrix. |
source code
|
|
|
getOtherTimesSelf(self,
otherTricomplex)
Get the other matrix multiplied by this matrix. |
source code
|
|
|
getSelfTimesOther(self,
otherTricomplex)
Get this matrix multiplied by the other matrix. |
source code
|
|
|
getTransformedPath(self,
path)
Get transformed path. |
source code
|
|
|
getTransformedPaths(self,
paths)
Get transformed paths. |
source code
|
|