public class PointF3D
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<PointF3D> |
CREATOR |
float |
x |
float |
y |
float |
z |
| Constructor and Description |
|---|
PointF3D() |
PointF3D(float x,
float y,
float z) |
PointF3D(PointF3D loc) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |