Constructor Point2D

Point2D(double, double)

The default constructor

Declaration
public Point2D(double x, double y)
Parameters
Type Name Description
double x

The X component

double y

The Y component

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next