public class SelectedObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
selObj
The Java-side object selected.
|
Constructor and Description |
---|
SelectedObject() |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
double |
getDistIn3d()
The distanced in 3D from the tap point to the selected object.
|
double |
getScreenDist()
Distance in screen space from the tap to the selected object.
|
boolean |
isPartOfCluster()
Set if this return was part of a cluster.
|
public double getDistIn3d()
public double getScreenDist()
public boolean isPartOfCluster()
public void finalize()
finalize
in class java.lang.Object