Creates an immutable 3D vector with the given x, y, and z components.
x
y
z
const Vector3D(this.x, this.y, this.z);