[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.DotRef

DotRef Method

DotRef(ref Vector2, ref Vector2)

Calculates the dot product of two vectors.

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

First source vector.

Vector2 right

Second source vector.

Returns
Type Description
float