Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Vector4.Dot

Declaration

public static float Dot(Vector4 a, Vector4 b);

Description

Dot Product of two vectors.

Returns lhs . rhs.