Package | com.transmote.flar.utils |
Interface | public interface IFLARMatrixSmoother |
Implementors | FLARMatrixSmoother_Average |
Method | Defined by | ||
---|---|---|---|
smoothMatrices(storedMatrices:Vector):FLARDoubleMatrix34
returns a FLARDoubleMatrix34 that is the average of the last
| IFLARMatrixSmoother |
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 |