Class PickPoint

    • Constructor Summary

      Constructors 
      Constructor Description
      PickPoint()
      Deprecated.
      Constructs a PickPoint using a default point.
      PickPoint​(javax.vecmath.Point3d location)
      Deprecated.
      Constructs a PickPoint from the specified parameter.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void get​(javax.vecmath.Point3d location)
      Deprecated.
      Gets the position of this PickPoint.
      void set​(javax.vecmath.Point3d location)
      Deprecated.
      Sets the position of this PickPoint to the specified value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PickPoint

        public PickPoint()
        Deprecated.
        Constructs a PickPoint using a default point. The point is initialized to (0,0,0).
      • PickPoint

        public PickPoint​(javax.vecmath.Point3d location)
        Deprecated.
        Constructs a PickPoint from the specified parameter.
        Parameters:
        location - the pick point.
    • Method Detail

      • set

        public void set​(javax.vecmath.Point3d location)
        Deprecated.
        Sets the position of this PickPoint to the specified value.
        Parameters:
        location - the new pick point.
      • get

        public void get​(javax.vecmath.Point3d location)
        Deprecated.
        Gets the position of this PickPoint.
        Parameters:
        location - returns the current pick point.