Class TrajectoryIteratorTransform3DCPtr


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

      • TrajectoryIteratorTransform3DCPtr

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

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

        public TrajectoryIteratorTransform3DCPtr​(TrajectoryIteratorTransform3D 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
      • getTime

        public double getTime()
        Returns the current position (time) of the iterator
        Returns:
        The current time.
      • isEnd

        public boolean isEnd()
        Test if the end of the trajectory is reached.

        Returns:
        true if the iterator has reached the end of the trajectory false
        otherwise.
      • isBegin

        public boolean isBegin()
        Test if the beginning of the trajectory is reached.

        Returns:
        true if the iterator has reached the beginning of the trajectory
        false otherwise.
      • point

        public Transform3D point()
        Extracts a point at the current position in the trajectory.

        Returns:
        the point at the current position in the trajectory.
      • x

        public Transform3D x()
        Extracts a point at the current position in the trajectory.

        Returns:
        the point at the current position in the trajectory.
      • dx

        public Transform3D dx()
        Extracts a point of the derivative of the trajectory
        at the current position in the trajectory

        Returns:
        the derived point at the current position in the trajectory.
      • ddx

        public Transform3D ddx()
        Extracts a point of the double derivative of the trajectory at the
        current position in the trajectory

        Returns:
        the double derived point at the current position in the trajectory.