Used to produce smooth analog vehicle control values from analog inputs. More...
#include <PxVehicleUtilControl.h>
Public Attributes | |
PxReal | mRiseRates [PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS] |
Rise rate of each analog value from previous value towards target if target>previous. More... | |
PxReal | mFallRates [PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS] |
Rise rate of each analog value from previous value towards target if target<previous. More... | |
Used to produce smooth analog vehicle control values from analog inputs.
PxReal PxVehiclePadSmoothingData::mFallRates[PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS] |
Rise rate of each analog value from previous value towards target if target<previous.
PxReal PxVehiclePadSmoothingData::mRiseRates[PxVehicleDriveDynData::eMAX_NB_ANALOG_INPUTS] |
Rise rate of each analog value from previous value towards target if target>previous.