Point3d(Double, Double, Double) Constructor

Constructor to create a point with given x,y,z.
public Point3d( 
   double _x
   double _y
   double _z 
)

Parameters

_x
double

The x coordinate of the point.

_y
double

The y coordinate of the point.

_z
double

The z coordinate of the point.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition