# Functions
Distance returns the distance (in percent) that will be moved with the given speed (in percent) and duration.
Duration returns the time it will take to move the given distance (in percent) at the given speed (in percent.).
Speed returns the speed (in percent) to move the given distance (in percent) in the given duration.
# Constants
PositionMax is the hight position possible.
PositionMin is the lowest position possible.
SpeedLimitMax is the fasts movement command possible.
SpeedLimitMin is the slowest movement command possible.
Threshold is the minimum amount of time between actions.
# Type aliases
Range in percent.