Module imp3d

Class DragEvent3D

All Implemented Interfaces:
Context, Serializable, Cloneable

public class DragEvent3D extends DragEvent
A DragEvent3D represents a drag event in a 3D view.
Author:
Ole Kniemeyer
See Also:
  • Field Details

    • origin

      public final Point3d origin
      The origin of the mouse ray. origin and direction describe a mouse ray in world coordinates emanating at the camera and going through the point to which the mouse points. position is not the position on the surface of an intersected object.
    • direction

      public final Vector3d direction
      The direction of the mouse ray.
      See Also:
  • Constructor Details

  • Method Details