Maths-Dot(float_float).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Maths
Maths.Dot(float, float) Method
Returns the dot product of two float values
public static float Dot(float left, float right);
Parameters
left System.Single
right System.Single