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

double getMaxAcc()

Returns the maximum acceleration of the path

Returns

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

Example

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