Vector3d(Double, Double, Double) Constructor

Creates a vector with specified x,y,z components.
public Vector3d( 
   double _x
   double _y
   double _z 
)

Parameters

_x
double

The x component for the vector.

_y
double

The y component for the vector.

_z
double

The z component for the vector.

.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