|
Build m5-rc15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.graphics.Point
public class Point
| Field Summary | |
|---|---|
int |
x
|
int |
y
|
| Constructor Summary | |
|---|---|
Point()
|
|
Point(int x,
int y)
|
|
| Method Summary | |
|---|---|
void |
add(Point v)
|
static float |
crossProduct(Point a,
Point b)
|
static Point |
difference(Point a,
Point b)
|
static float |
distance(Point a,
Point b)
|
static float |
dotProduct(Point a,
Point b)
|
boolean |
equals(int _x,
int _y)
|
static float |
length(float f,
float f1)
|
void |
negate()
|
void |
rotateCCW()
|
void |
rotateCW()
|
void |
set(int x,
int y)
|
void |
subtract(Point v)
|
static Point |
sum(Point a,
Point b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int x
public int y
| Constructor Detail |
|---|
public Point()
public Point(int x,
int y)
| Method Detail |
|---|
public void set(int x,
int y)
public final void rotateCW()
public final void rotateCCW()
public final void negate()
public final void add(Point v)
public final void subtract(Point v)
public final boolean equals(int _x,
int _y)
public static Point difference(Point a,
Point b)
public static Point sum(Point a,
Point b)
public static float length(float f,
float f1)
public static float distance(Point a,
Point b)
public static float dotProduct(Point a,
Point b)
public static float crossProduct(Point a,
Point b)
|
Build m5-rc15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||