de.jreality.scene.pick
Class PosWHitFilter

java.lang.Object
  extended by de.jreality.scene.pick.PosWHitFilter
All Implemented Interfaces:
HitFilter

public class PosWHitFilter
extends java.lang.Object
implements HitFilter


Constructor Summary
PosWHitFilter(Viewer v)
           
 
Method Summary
 boolean accept(double[] from, double[] to, PickResult h)
           
 void setViewer(Viewer v)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PosWHitFilter

public PosWHitFilter(Viewer v)
Method Detail

setViewer

public void setViewer(Viewer v)

update

public void update()

accept

public boolean accept(double[] from,
                      double[] to,
                      PickResult h)
Specified by:
accept in interface HitFilter