[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.DotRef

DotRef Method

DotRef(ref Vector4, ref Vector4)

Calculates the dot product of two vectors.

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

First source vector

Vector4 right

Second source vector.

Returns
Type Description
float