squaredMag

Compute the squared magnitude of a vector.

template squaredMag(T, size_t N)
pure @safe nothrow @nogc pure nothrow @nogc @safe
T
squaredMag
(
in Vec!(T, N) v
)

Members

Functions

squaredMag
T squaredMag(Vec!(T, N) v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta