UtilEQ(Plane, Plane) Method |
Test if a is equal to b (within 1e-6 tolerance)
Namespace: Demo3D.CommonAssembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntaxpublic static bool EQ(
Plane a,
Plane b
)
Parameters
- a Plane
- First value
- b Plane
- Second value
Return Value
BooleanLogical result of comparing
a and
b
Remarks
See Also