Click or drag to resize

Vector2Dot(Vector2, Vector2) Method

Dot product of two Vector2s

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static float Dot(
	Vector2 l,
	Vector2 r
)

Parameters

l  Vector2
Left-hand side Vector2
r  Vector2
Right-hand side Vector2

Return Value

Single
Dot product as a Single
See Also