Vector.distanceSquaredTo

Returns squared distance from vector to b

struct Vector(T, size_t N)
T
distanceSquaredTo
if (
isNumeric!T &&
N > 0
)

Parameters

b VecType

Vector to calculate distance to

Return Value

Type: T

Distance

Meta