public interface IPositionFilter
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.
|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D filterPosition(org.apache.commons.math3.geometry.euclidean.threed.Vector3D position)
position
- Current positionvoid reset()