public class FaceDragEvent extends EventObject
Constructor and Description |
---|
FaceDragEvent(IndexedFaceSet faceSet,
int index,
double[] translation,
double[] position) |
Modifier and Type | Method and Description |
---|---|
int[] |
getFaceIndices() |
double[][] |
getFaceVertices() |
int |
getIndex() |
IndexedFaceSet |
getIndexedFaceSet() |
double[] |
getPosition() |
double[] |
getTranslation() |
double |
getX()
The x-coordinate of this event's translation.
|
double |
getY()
The y-coordinate of this event's translation.
|
double |
getZ()
The z-coordinate of this event's translation.
|
getSource, toString
public FaceDragEvent(IndexedFaceSet faceSet, int index, double[] translation, double[] position)
public double getX()
public double getY()
public double getZ()
public double[] getTranslation()
public double[] getPosition()
public int getIndex()
public int[] getFaceIndices()
public double[][] getFaceVertices()
public IndexedFaceSet getIndexedFaceSet()