Example #1
0
 def getMatrixChainTetragrid(self):
     'Get the matrix chain tetragrid.'
     return matrix.getTetragridTimesOther(
         self.xmlElement.parentNode.xmlObject.getMatrixChainTetragrid(),
         self.matrix4X4.tetragrid)
Example #2
0
File: path.py Project: Aeva/SFACT
	def getMatrixChainTetragrid(self):
		'Get the matrix chain tetragrid.'
		return matrix.getTetragridTimesOther(self.elementNode.parentNode.xmlObject.getMatrixChainTetragrid(), self.matrix4X4.tetragrid)
Example #3
0
File: path.py Project: Sciumo/SFACT
	def getMatrixChainTetragrid(self):
		"""Get the matrix chain tetragrid."""
		return matrix.getTetragridTimesOther(self.xmlElement.parent.xmlObject.getMatrixChainTetragrid(), self.matrix4X4.tetragrid)