Skip to main content Link Menu Expand (external link) Document Search Copy Copied

double getMaxDAcc()

Returns the maximum deceleration of the path

Returns

The maximum deceleration of the path in in/s^2 units

Example

Path path = Path();

path.setMaxDAcc(100);