public interface CustomDecelerationParameters extends DecelerationParameters
Modifier and Type | Interface and Description |
---|---|
static class |
CustomDecelerationParameters.Type |
DecelerationParameters.ParameterType
Modifier and Type | Method and Description |
---|---|
AngularAcceleration |
getAngularDeceleration()
The rate at which to decelerate when the until condition is met.
|
Acceleration |
getCartesianDeceleration()
The rate at which to decelerate when the until condition is met.
|
CustomDecelerationParameters.Type |
getCurrentType() |
getType
CustomDecelerationParameters.Type getCurrentType()
AngularAcceleration getAngularDeceleration()
Acceleration getCartesianDeceleration()
Copyright © 2021. All rights reserved.