Show / Hide Table of Contents

Class AngleSmoothingLowPass

Smoothing via low pass filter

Inheritance
MonoBehaviour
AngleSmoothingAbstractBase
AngleSmoothingLowPass
Inherited Members
AngleSmoothingAbstractBase._measurements
AngleSmoothingAbstractBase._angles
AngleSmoothingAbstractBase.DEG2RAD
AngleSmoothingAbstractBase.RAD2DEG
AngleSmoothingAbstractBase.Add(Double)
AngleSmoothingAbstractBase.debugLogAngle(Double, Double)
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
AngleSmoothingAbstractBase.Calculate()
Back to top © 2017 Mapbox