Vector2.scalar

Calculate the scalar product.

struct Vector2(T)
@nogc
float
scalar
const pure nothrow
(
const Vector2!(T) vec
)
if (
isNumeric!(T)
)

Meta