Vector3D(double, double, double)
            Create a vector with ( x, y, z ) coordinates
            
Declaration Syntax
public Vector3D(double x, double y, double z)
Parameters
- x(double)
 No details are provided for this entry.
- y(double)
 No details are provided for this entry.
- z(double)
 No details are provided for this entry.