Vector3D set(num x, num y, num z) { this.x = x.toDouble(); this.y = y.toDouble(); this.z = z.toDouble(); return this; }