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

Path& setMaxDAcc(double maxDAcc)

Sets the maximum deceleration of the path

Parameter

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

Returns

The path

Example

Path path = Path();
path.setMaxDAcc(100);