Package | com.transmote.flar.utils.smoother |
Interface | public interface IFLARMatrixSmoother |
Implementors | FLARMatrixSmoother_Average |
Method | Defined 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 |
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.
ParametersparamsObj:Object |
smoothMatrices | () | method |
public function smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of the last
ParametersstoredMatrices:Vector — Vector of previous matrices to average.
|
FLARDoubleMatrix34 |