public class ARHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ARHelper.Ray |
| Constructor and Description |
|---|
ARHelper() |
| Modifier and Type | Method and Description |
|---|---|
private static ARHelper.Ray |
getTouchRay(eu.kudan.kudan.ARView arView,
float x,
float y)
Gets the touch ray on the ARWorld
|
static java.lang.Boolean |
isNodeSelected(eu.kudan.kudan.ARView arView,
GPSImageNode node,
android.view.MotionEvent e,
int objectSize)
Check whether a node is selected or not
|
private static ARHelper.Ray getTouchRay(eu.kudan.kudan.ARView arView, float x, float y)
arView - current Viewx - touch coordinate xy - touch coordinate ypublic static java.lang.Boolean isNodeSelected(eu.kudan.kudan.ARView arView,
GPSImageNode node,
android.view.MotionEvent e,
int objectSize)
arView - current viewnode - node to be checked.e - motion eventobjectSize - size of the object.