Click or drag to resize

Vector3DotD Method (Vector3, Vector3)

Dot product of two Vector3s

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static double DotD(
	Vector3 l,
	Vector3 r
)

Parameters

l
Type: Microsoft.DirectXVector3
Left-hand side Vector3
r
Type: Microsoft.DirectXVector3
Right-hand side Vector3

Return Value

Type: Double
Dot product as a Double
See Also