Packagecom.transmote.flar.utils
Interfacepublic interface IFLARMatrixSmoother
ImplementorsFLARMatrixSmoother_Average



Public Methods
 MethodDefined by
  
smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of the last
IFLARMatrixSmoother
Method detail
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