Vector3 constructor

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

Create a vector

Implementation

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