Cog3DTransformRigid RealEqual Method Cognex VisionPro
Compares the internal state of the specified instances and returns true if the internal state is within epsilon.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 65.1.0.0
Syntax

public static bool RealEqual(
	Cog3DTransformRigid a,
	Cog3DTransformRigid b,
	double epsilon
)

Return Value

Type: Boolean
True if the internal state of the specified instances is within epsilon.
See Also