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

Class SymRot

source code

Instance Methods [hide private]
  __init__(self, vector, point, angle, identity)
  getMatrices(self)
  set(self, vector=None, point=None, angle=None, identity=None)
  __call__(self, inMatrices, applyIndex=None)
outMatrices <- SymRot(inMatrices, applyIndex=None) inMatrices: list of 4x4 matrices outMatrices: list of 4x4 matrices

Method Details [hide private]

__init__(self, vector, point, angle, identity)
(Constructor)

source code 
None

getMatrices(self)

source code 
None

set(self, vector=None, point=None, angle=None, identity=None)

source code 
None

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

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