Vector.dot

Performs dot product

struct Vector(T, size_t N)
static if(isFloatingPoint!T)
float
dot
if (
isNumeric!T &&
N > 0
)

Parameters

b VecType

Vector

Return Value

Type: float

dot product

Meta