Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
MotionTracker.cs
Go to the documentation of this file.
1 namespace droid.Runtime.Utilities.Misc.Orientation {
2  public interface IMotionTracker {
3  bool IsInMotion();
4 
5  bool IsInMotion(float sensitivity);
6  }
7 }