Uses of Interface
de.jreality.scene.pick.PickResult

Packages that use PickResult
de.jreality.scene.pick Support for picking, which is required for the package de.jreality.scene.tool
de.jreality.scene.tool Tool infrastructure for the scene graph. 
 

Uses of PickResult in de.jreality.scene.pick
 

Classes in de.jreality.scene.pick that implement PickResult
 class Hit
           
 

Methods in de.jreality.scene.pick that return types with arguments of type PickResult
 List<PickResult> AABBPickSystem.computePick(double[] f, double[] t)
           
 List<PickResult> PickSystem.computePick(double[] from, double[] to)
          The parameters need to be homogenious coordinates.
 

Methods in de.jreality.scene.pick with parameters of type PickResult
 boolean HitFilter.accept(double[] from, double[] to, PickResult h)
           
 boolean PosWHitFilter.accept(double[] from, double[] to, PickResult h)
           
 

Method parameters in de.jreality.scene.pick with type arguments of type PickResult
static void AABBPickSystem.filterList(HitFilter hf, double[] from, double[] to, List<PickResult> list)
           
 

Uses of PickResult in de.jreality.scene.tool
 

Methods in de.jreality.scene.tool that return PickResult
 PickResult ToolContext.getCurrentPick()
           
 

Methods in de.jreality.scene.tool that return types with arguments of type PickResult
 List<PickResult> ToolContext.getCurrentPicks()