Class RampInterpolatord

    • Constructor Summary

      Constructors 
      Constructor Description
      RampInterpolatord​(double start, double end, double velLimit, double accLimit)
      Construct RampInterpolator starting a start and finishing in end.

      RampInterpolatord​(long cPtr, boolean cMemoryOwn)  
    • Constructor Detail

      • RampInterpolatord

        public RampInterpolatord​(long cPtr,
                                 boolean cMemoryOwn)
      • RampInterpolatord

        public RampInterpolatord​(double start,
                                 double end,
                                 double velLimit,
                                 double accLimit)
        Construct RampInterpolator starting a start and finishing in end.

        Parameters:
        start - [in] Start of interpolator
        end - [in] End of interpolator
        velLimit - [in] the max velocity in m/sec
        accLimit - [in] the max acceleration in m/sec^2
    • Method Detail

      • getStart

        public double getStart()
        Returns the start rotation of the interpolator
        Returns:
        The start rotation of the interpolator
      • getEnd

        public double getEnd()
        Returns the end rotation of the interpolator
        Returns:
        The end rotation of the interpolator