-
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)
-
-
-
-
-
-