Vector4.Dot
static function Dot(a: Vector4, b: Vector4): float;
Description

Dot Product of two vectors.

Returns lhs . rhs.