Class AngleSmoothingLowPass
Smoothing via low pass filter
Inheritance
MonoBehaviour
AngleSmoothingLowPass
Namespace:Mapbox.Unity.Location
Assembly:cs.temp.dll.dll
Syntax
public class AngleSmoothingLowPass : AngleSmoothingAbstractBase, IAngleSmoothing
Constructors
AngleSmoothingLowPass()
Declaration
public AngleSmoothingLowPass()
AngleSmoothingLowPass(Double)
Declaration
public AngleSmoothingLowPass(double smoothingFactor)
Parameters
Type |
Name |
Description |
System.Double |
smoothingFactor |
|
Methods
Calculate()
Declaration
public override double Calculate()
Returns
Type |
Description |
System.Double |
|
Overrides