[]
        
(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)
Public Shared Function DotRef(ByRef left As Vector4, ByRef right As Vector4) As Single
Parameters
Type Name Description
Vector4 left

First source vector

Vector4 right

Second source vector.

Returns
Type Description
float