public override toString() as String:
Returns a readable representation of the vector.
Text formatted as Vector3d(x, y, z).
Vector3d(x, y, z)
print(Vector3d<Double>(1.0, 2.0, 3.0).toString())