Package | Description |
---|---|
magma.util.geometry.positionFilter |
Modifier and Type | Class and Description |
---|---|
class |
LinearWeightedPositionFilter |
class |
LowFrequencyPositionFilter
Interpolate a more reliable position value for an object from a list of past,
less reliable values, but accept high position changes unfiltered
|
class |
MaxAccelerationPositionFilter
Interpolate a more reliable position value for an object from a list of past,
less reliable values
|
class |
NoFilter |
class |
PositionFilter
Interpolate a more reliable position value for an object from a list of past,
less reliable values
|
class |
PositionFilterBase |