Class LinearInterpolatorVector2DPtr


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

      • LinearInterpolatorVector2DPtr

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

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

        public LinearInterpolatorVector2DPtr​(LinearInterpolatorVector2D 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
      • ddx

        public Vector2D ddx​(double t)
      • getStart

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

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

        public double duration()