Vector3d constructor

Vector3d(
  1. double x,
  2. double y,
  3. double z
)

@brief Default constructor

Implementation

Vector3d(this.x, this.y, this.z);