Package symserv :: Module symOperators :: Class SymTrans
[hide private]
[frames] | no frames]

Class SymTrans

source code

Instance Methods [hide private]
  __init__(self, vector=(1.0,0.0,0.0), length=0.0, identity=0)
  getMatrices(self)
  set(self, vector=None, identity=None, length=None)
  __call__(self, inMatrices, applyIndex=None)
outMatrices <- SymTrans(inMatrices, applyIndex=None) inMatrices: list of 4x4 matrices outMatrices: list of 4x4 matrices

Method Details [hide private]

__init__(self, vector=(1.0,0.0,0.0), length=0.0, identity=0)
(Constructor)

source code 
None

getMatrices(self)

source code 
None

set(self, vector=None, identity=None, length=None)

source code 
None

__call__(self, inMatrices, applyIndex=None)
(Call operator)

source code 
outMatrices <- SymTrans(inMatrices, applyIndex=None) inMatrices: list of 4x4 matrices outMatrices: list of 4x4 matrices