Class PickCylinder

    • Constructor Summary

      Constructors 
      Constructor Description
      PickCylinder()
      Constructs an empty PickCylinder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void getDirection​(javax.vecmath.Vector3d direction)
      Gets the direction of this cylinder.
      void getOrigin​(javax.vecmath.Point3d origin)
      Gets the origin point of this cylinder object.
      double getRadius()
      Gets the radius of this cylinder object
      • Methods inherited from class java.lang.Object

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

      • PickCylinder

        public PickCylinder()
        Constructs an empty PickCylinder. The origin of the cylinder is initialized to (0,0,0). The radius is initialized to 0.
    • Method Detail

      • getOrigin

        public void getOrigin​(javax.vecmath.Point3d origin)
        Gets the origin point of this cylinder object.
        Parameters:
        origin - the Point3d object into which the origin point will be copied
      • getRadius

        public double getRadius()
        Gets the radius of this cylinder object
        Returns:
        the radius in radians
      • getDirection

        public void getDirection​(javax.vecmath.Vector3d direction)
        Gets the direction of this cylinder.
        Parameters:
        direction - the Vector3d object into which the direction will be copied