Example usage for Java android.graphics PointF fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object o) |
float | length() Return the euclidian distance from (0,0) to the point |
float | length(float x, float y) Returns the euclidian distance from (0,0) to (x,y) |
void | offset(float dx, float dy) |
void | set(float x, float y) Set the point's x and y coordinates |
String | toString() |