Interface LinearVelocityKinematic

    • Method Detail

      • getMaxLinearSpeed

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

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