Package fabmetheus_utilities :: Module svg_reader :: Class MatrixSVG
[hide private]
[frames] | no frames]

Class MatrixSVG

source code

Two by three svg matrix.

Instance Methods [hide private]
 
__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