Vector.squaredMagnitude

Squared Euclidean length of the Vector

struct Vector(T, int N)
nothrow @nogc pure const nothrow
T
squaredMagnitude
()

Return Value

Type: T

squared length.

Meta