Class LinearInterpolator_dPtr


  • public class LinearInterpolator_dPtr
    extends java.lang.Object
    Ptr stores a pointer and optionally takes ownership of the value.
    • Constructor Detail

      • LinearInterpolator_dPtr

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

        public LinearInterpolator_dPtr()
        Default constructor yielding a NULL-pointer.
      • LinearInterpolator_dPtr

        public LinearInterpolator_dPtr​(LinearInterpolator_d ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • delete

        public void delete()
      • isShared

        public boolean isShared()
        check if this Ptr has shared ownership or none
        ownership
        Returns:
        true if Ptr has shared ownership, false if it has no ownership.
      • isNull

        public boolean isNull()
        checks if the pointer is null
        Returns:
        Returns true if the pointer is null
      • x

        public double x​(double t)
      • dx

        public double dx​(double t)
      • ddx

        public double ddx​(double t)
      • getStart

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

        public double getEnd()
        Returns the end position of the interpolator
        Returns:
        The end position of the interpolator
      • duration

        public double duration()