FLARManager Reference | All Packages | All Classes | Index | Frames | ![]() |
Class FLARMatrixSmoother_Average | Methods | |
Package | com.transmote.flar.utils.smoother |
Class | public class FLARMatrixSmoother_Average |
Implements | IFLARMatrixSmoother |
Method | Defined by | ||
---|---|---|---|
FLARMatrixSmoother_Average | |||
dispose():void
| FLARMatrixSmoother_Average | ||
initFromXML(paramsObj:Object):void
init from a name-value paired object that contains parameters parsed from XML.
| FLARMatrixSmoother_Average | ||
smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of a Vector of FLARDoubleMatrix34 instances.
| FLARMatrixSmoother_Average |
FLARMatrixSmoother_Average | () | constructor |
public function FLARMatrixSmoother_Average()
dispose | () | method |
public function dispose():void
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 a Vector of FLARDoubleMatrix34 instances.
ParametersstoredMatrices:Vector — Vector of storedMatrices to average. (storedMatrices is not modified.)
|
FLARDoubleMatrix34 |