Click or drag to resize

UtilEQ(Vector3, Vector3) Method

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

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

Parameters

a  Vector3
First value
b  Vector3
Second value

Return Value

Boolean
Logical result of comparing a and b
Remarks
See Also