Click or drag to resize

Vector3DotD(Vector3) Method

Dot product of two Vector3s

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

Parameters

r  Vector3
Right-hand side Vector3

Return Value

Double
Dot product as a Double
See Also