Click or drag to resize

UtilEQ(Vector4, Vector4, Double) Method

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

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static bool EQ(
	Vector4 a,
	Vector4 b,
	double e
)

Parameters

a  Vector4
First value
b  Vector4
Second value
e  Double
Epsilon for test

Return Value

Boolean
Logical result of comparing a and b
Remarks
See Also