Packagecom.transmote.flar.utils.smoother
Interfacepublic interface IFLARMatrixSmoother
Implementors FLARMatrixSmoother_Average, FLARMatrixSmoother_AverageSimple

Interface that defines how classes used to smooth transformation matrices will interface with FLARManager.



Public Methods
 MethodDefined By
  
dispose():void
Halts all processes and frees 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.<Matrix3D>):Matrix3D
Returns a Matrix3D that is the average of the last
IFLARMatrixSmoother
Method Detail
dispose()method
public function dispose():void

Halts all processes and frees 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.<Matrix3D>):Matrix3D

Returns a Matrix3D that is the average of the last

Parameters

storedMatrices:Vector.<Matrix3D> — Vector of previous matrices to average.

Returns
Matrix3D