klyn.math.geometry.Vector.magnitude
method
public magnitude() as Double:
Description

Computes the Euclidean vector length.

Returns

Magnitude as Double.

Example
assert Vector<Double>(3.0, 4.0).magnitude() == 5.0