public class Point
extends Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
double |
x |
|
double |
y |
|
-
Constructor Summary
Constructors
| Constructor |
Description |
Point() |
|
Point(double[] vals) |
|
Point(double x,
double y) |
|
-
Method Summary
-
-
Constructor Details
-
public Point(double x,
double y)
-
-
public Point(double[] vals)
-
Method Details
-
public void set(double[] vals)
-
-
public double dot(
Point p)
-
-
-
public boolean inside(
Rect r)
-