[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.Dot

Dot Method

Dot(Vector4, Vector4)

Calculates the dot product of two vectors.

Declaration
public static float Dot(Vector4 left, Vector4 right)
Parameters
Type Name Description
Vector4 left

First source vector.

Vector4 right

Second source vector.

Returns
Type Description
float

The dot product of the two vectors.