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

Path& setMaxAcc(double maxAcc)

Sets the maximum acceleration of the path

Parameter

  • maxAcc - The maximum acceleration of the path in in/s^2 units

Returns

The path

Example

Path path = Path();

path.setMaxAcc(100);