[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.Dot

Dot Method

Dot(Vector3, Vector3)

Calculates the dot product of two vectors.

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

First source vector.

Vector3 right

Second source vector.

Returns
Type Description
float

The dot product of the two vectors.