Click or drag to resize

UtilEQ Method (Vector2, Vector2)

Test if a is equal to b (within 1e-6 tolerance)

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static bool EQ(
	Vector2 a,
	Vector2 b
)

Parameters

a
Type: Microsoft.DirectXVector2
First value
b
Type: Microsoft.DirectXVector2
Second value

Return Value

Type: Boolean
Logical result of comparing a and b
Remarks
See Also