Represents resampling behavior
enum Go2ResamplingType { GO2_RESAMPLING_TYPE_MAX_RES = 0, GO2_RESAMPLING_TYPE_BALANCED = 1, GO2_RESAMPLING_TYPE_MAX_SPEED = 2 };
|
Members |
Description |
|
GO2_RESAMPLING_TYPE_MAX_RES = 0 |
Resample with the smallest spacing. |
|
GO2_RESAMPLING_TYPE_BALANCED = 1 |
Resample with the mean of the smallest and largest spacing. |
|
GO2_RESAMPLING_TYPE_MAX_SPEED = 2 |
Resample with the largest spacing. |
Go2Api.h