de.jreality.scene.pick
Interface HitFilter

All Known Implementing Classes:
PosWHitFilter

public interface HitFilter


Method Summary
 boolean accept(double[] from, double[] to, PickResult h)
           
 

Method Detail

accept

boolean accept(double[] from,
               double[] to,
               PickResult h)