Click or drag to resize

Vector4DotD Method (Vector4)

Dot product of two Vector4s

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

Parameters

r
Type: Microsoft.DirectXVector4
Right-hand side Vector4

Return Value

Type: Double
Dot product as a Double
See Also