[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.DotRef

DotRef Method

DotRef(ref Vector3, ref Vector3)

Calculates the dot product of two vectors.

Declaration
public static float DotRef(ref Vector3 left, ref Vector3 right)
Public Shared Function DotRef(ByRef left As Vector3, ByRef right As Vector3) As Single
Parameters
Type Name Description
Vector3 left

First source vector.

Vector3 right

Second source vector.

Returns
Type Description
float