public magnitude() as Double:
Computes the Euclidean vector length.
Magnitude as Double.
Double
value = Vector3d<Double>(1.0, 2.0, 2.0).magnitude()