public class BBox3D
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
float |
bottom |
static android.os.Parcelable.Creator |
CREATOR |
PointF3D |
faceUp |
float |
left |
PointF3D |
lookAt |
float |
right |
float |
top |
Constructor and Description |
---|
BBox3D() |
BBox3D(BBox3D bp3) |
BBox3D(PointF3D lookAt,
PointF3D faceUp,
float left,
float top,
float right,
float bottom) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public float bottom
public static final android.os.Parcelable.Creator CREATOR
public PointF3D faceUp
public float left
public PointF3D lookAt
public float right
public float top
public BBox3D()
public BBox3D(BBox3D bp3)