public class PointA
extends android.graphics.PointF
Modifier and Type | Field and Description |
---|---|
float |
angle |
static android.os.Parcelable.Creator<PointA> |
CREATOR |
Constructor and Description |
---|
PointA()
Create a point with Angle.
|
PointA(float x,
float y,
float angle)
Constructor with the ability to x, y, angle.
|
PointA(android.graphics.PointF p,
float angle)
Constructor for a provided a PointF and an angle.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public float angle
public static final android.os.Parcelable.Creator<PointA> CREATOR
public PointA()
public PointA(float x, float y, float angle)
x
- the x value of the PointFy
- the y value of the PointFangle
- the angle associated with the PointF.public PointA(android.graphics.PointF p, float angle)
p
- the PointFangle
- the angle assicated with the PointF.