Cog3DSphereGraphic RealEqual Method Cognex VisionPro
Compares two Cog3DSphereGraphic for equality.

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

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

Parameters

a
Type: Cognex.VisionPro3D Cog3DSphereGraphic
First instance of a Cog3DSphereGraphic to compare to the other. Second instance of a Cog3DSphereGraphic to compare to the other.
b
Type: Cognex.VisionPro3D Cog3DSphereGraphic
epsilon
Type: System Double
Tolerance when comparing number values for equality.

Return Value

Type: Boolean
See Also