public class GesturePointResult
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
Constructor and Description |
---|
GesturePointResult() |
GesturePointResult(GesturePointResult bp3) |
GesturePointResult(PointF3D vector3D,
PointF3D point3D,
android.graphics.PointF vector2D,
android.graphics.PointF point2D,
android.graphics.PointF groundPt,
int trackId) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
android.graphics.PointF |
getGroundPt()
Get GroundPt of the person's pointing results
|
boolean |
getHasValue() |
android.graphics.PointF |
getPoint2D()
Get Point2D of the person's pointing results
|
PointF3D |
getPoint3D()
Get Point3D of the person's pointing results
|
int |
getTrackId()
Get the person's trackID
|
android.graphics.PointF |
getVector2D()
Get Vector2D of the person's pointing results
|
PointF3D |
getVector3D()
Get Vector3D of the person's pointing results
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public GesturePointResult()
public GesturePointResult(GesturePointResult bp3)
public int describeContents()
describeContents
in interface android.os.Parcelable
public android.graphics.PointF getGroundPt()
PointF
public boolean getHasValue()
public android.graphics.PointF getPoint2D()
PointF
public PointF3D getPoint3D()
PointF3D
public int getTrackId()
public android.graphics.PointF getVector2D()
PointF
public PointF3D getVector3D()
PointF3D
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable