public class NoFilter extends java.lang.Object implements IPositionFilter
Constructor and Description |
---|
NoFilter() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
filterPosition(org.apache.commons.math3.geometry.euclidean.threed.Vector3D position)
Execute a filter pass: takes the current position of an object, adds it to
the internal buffer, and interpolates a (hopefully) more reliable
estimate.
|
void |
reset()
Clears the history of the position filter.
|
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D filterPosition(org.apache.commons.math3.geometry.euclidean.threed.Vector3D position)
IPositionFilter
filterPosition
in interface IPositionFilter
position
- Current positionpublic void reset()
IPositionFilter
reset
in interface IPositionFilter