Package | com.transmote.flar.utils.smoother |
Interface | public interface IFLARMatrixSmoother |
Implementors | FLARMatrixSmoother_Average, FLARMatrixSmoother_AverageSimple |
Method | Defined 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 |
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.
|
Matrix3D |