Click or drag to resize

Vector3Dot Method (Vector3)

Dot product of two Vector3s

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public float Dot(
	Vector3 r
)

Parameters

r
Type: Microsoft.DirectXVector3
Right-hand side Vector3

Return Value

Type: Single
Dot product as a Single
See Also