Constructor HeadingTracker
HeadingTracker(int)
Construct a heading tracker with a given filter size
Declaration
public HeadingTracker(int filterSize)
Parameters
Type | Name | Description |
---|---|---|
int | filterSize | The size of the filter. The larger the filter, the more constanct (and laggy) is the heading. 30 is pretty big. |