Show / Hide Table of Contents

Class AngleSmoothingNoOp

Doesn't do any calculations. Just passes latest value through.

Inheritance
MonoBehaviour
AngleSmoothingAbstractBase
AngleSmoothingNoOp
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 AngleSmoothingNoOp : AngleSmoothingAbstractBase, IAngleSmoothing

Methods

Calculate()

Declaration
public override double Calculate()
Returns
Type Description
System.Double
Overrides
AngleSmoothingAbstractBase.Calculate()
Back to top © 2017 Mapbox