Vector3.scalar

Calculate the scalar product.

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

Meta