Click or drag to resize

UtilNE(Plane, Plane, Double) Method

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

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static bool NE(
	Plane a,
	Plane b,
	double e
)

Parameters

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

Return Value

Boolean
Logical result of comparing a and b
Remarks
See Also