Interface LinearAccelerationKinematic

    • Method Detail

      • getMaxLinearAcceleration

        @Pure
        default double getMaxLinearAcceleration()
        Returns the maximal linear acceleration of this object in m/s^2.
        Returns:
        the maximal linear acceleration of this object in m/s^2, always >= 0.
      • getMaxLinearAcceleration

        @Pure
        double getMaxLinearAcceleration​(SpeedUnit unit)
        Returns the maximal linear acceleration of this object in the given unit.
        Parameters:
        unit - the unit in which the acceleration will be given
        Returns:
        the maximal linear acceleration of this object in the given unit, always >= 0.
      • getMaxLinearDeceleration

        @Pure
        default double getMaxLinearDeceleration()
        Returns the maximal linear deceleration of this object in m/s^2.
        Returns:
        the maximal linear deceleration of this object in m/s^2, always >= 0.
      • getMaxLinearDeceleration

        @Pure
        double getMaxLinearDeceleration​(SpeedUnit unit)
        Returns the maximal linear deceleration of this object the given unit.
        Parameters:
        unit - the unit in which the deceleration will be given
        Returns:
        the maximal linear deceleration of this object in the given unit, always >= 0.