Package fabmetheus_utilities :: Package geometry :: Package geometry_utilities :: Module matrix :: Class Matrix
[hide private]
[frames] | no frames]

Class Matrix

source code

A four by four matrix.

Instance Methods [hide private]
 
__init__(self, tetragrid=None)
Add empty lists.
source code
 
__eq__(self, other)
Determine whether this matrix is identical to other one.
source code
 
__ne__(self, other)
Determine whether this vector is not identical to other one.
source code
 
__repr__(self)
Get the string representation of this four by four matrix.
source code
 
addXML(self, depth, output)
Add xml for this object.
source code
 
getAttributeDictionary(self, prefix='')
Get the attributeDictionary from row column attribute strings, counting from one.
source code
 
getFromXMLElement(self, prefix, xmlElement)
Get the values from row column attribute strings, counting from one.
source code
 
getOtherTimesSelf(self, otherTetragrid)
Get this matrix reverse multiplied by the other matrix.
source code
 
getSelfTimesOther(self, otherTetragrid)
Get this matrix multiplied by the other matrix.
source code