public class HitTestInfo3D
extends java.lang.Object
implements com.scichart.core.framework.ICleanable
Modifier and Type | Field and Description |
---|---|
int |
entityId
The id of entity which was hit
|
boolean |
isHit
The value indicating whether the HitTest operation was a hit or not
|
int |
vertexId
The id of vertex which was hit
|
int |
xIndex
The index of point which was hit in case of grid data
|
int |
zIndex
The index of point which was hit in case of grid data
|
Constructor and Description |
---|
HitTestInfo3D() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
isEmpty()
Checks if this
HitTestInfo3D is empty |
public boolean isHit
public int entityId
public int vertexId
public int zIndex
public int xIndex
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
public final boolean isEmpty()
HitTestInfo3D
is empty