Constructor Point3D

Point3D(double, double, double)

The default constructor

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

The X component

double y

The Y component

double z

The Z 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