Constructor HeadingTracker
HeadingTracker(int)
Construct a heading tracker with a given filter size
선언
public HeadingTracker(int filterSize)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | filterSize | The size of the filter. The larger the filter, the more constanct (and laggy) is the heading. 30 is pretty big. |