![]() |
![]() |
![]() |
Vector3.Dot Method |
Language: |
Determines the dot product of two 3-D vectors.
Visual Basic .NET Public Shared Function Dot( _
ByVal left As Vector3, _
ByVal right As Vector3 _
) As SingleC# public static float Dot(
Vector3 left,
Vector3 right
);Managed C++ public: static float Dot(
Vector3 left,
Vector3 right
);JScript .NET public static function Dot(
left : Vector3,
right : Vector3
) : float;
left Microsoft.DirectX.Vector3. Source Vector3 structure. right Microsoft.DirectX.Vector3. Source Vector3 structure.
System.Single . A Single
value that is the dot product.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center