Packagecom.transmote.flar.utils.smoother
Interfacepublic interface IFLARMatrixSmoother
ImplementorsFLARMatrixSmoother_Average



Public Methods
 MethodDefined by
  
dispose():void
free this instance for garbage collection.
IFLARMatrixSmoother
  
initFromXML(paramsObj:Object):void
init from a name-value paired object that contains parameters parsed from XML.
IFLARMatrixSmoother
  
smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of the last
IFLARMatrixSmoother
Method detail
dispose()method
public function dispose():void

free this instance for garbage collection.

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 the last

Parameters
storedMatrices:Vector — Vector of previous matrices to average.

Returns
FLARDoubleMatrix34