C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector3 Structure / DotRef Method
First source vector.
Second source vector.

In This Topic
DotRef Method (Vector3)
In This Topic
Calculates the dot product of two vectors.
Syntax
'Declaration
 
Public Shared Function DotRef( _
   ByRef left As Vector3, _
   ByRef right As Vector3 _
) As System.Single
 

Parameters

left
First source vector.
right
Second source vector.
See Also