Packagecom.transmote.flar.utils.smoother
Classpublic class FLARMatrixSmoother_Average
ImplementsIFLARMatrixSmoother



Public Methods
 MethodDefined by
  
FLARMatrixSmoother_Average
  
dispose():void
FLARMatrixSmoother_Average
  
initFromXML(paramsObj:Object):void
init from a name-value paired object that contains parameters parsed from XML.
FLARMatrixSmoother_Average
  
smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of a Vector of FLARDoubleMatrix34 instances.
FLARMatrixSmoother_Average
Constructor detail
FLARMatrixSmoother_Average()constructor
public function FLARMatrixSmoother_Average()
Method detail
dispose()method
public function dispose():void
initFromXML()method 
public function initFromXML(paramsObj:Object):void

init from a name-value paired object that contains parameters parsed from XML.

Parameters
paramsObj:Object
smoothMatrices()method 
public function smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34

returns a FLARDoubleMatrix34 that is the average of a Vector of FLARDoubleMatrix34 instances.

Parameters
storedMatrices:Vector — Vector of storedMatrices to average. (storedMatrices is not modified.)

Returns
FLARDoubleMatrix34