Index
Vectors

Dot

Dot(<-vector1 <-vector2) ->dotProduct

Description

Calculates the dot product of two vectors

Examples

trace(Dot(V3(1 2 3) V3 (5 3 1))

Index