Cog3DPointGraphic RealEqual Method Cognex VisionPro
Compares two Cog3DPointGraphic for equality.

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

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

Parameters

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

Return Value

Type: Boolean
See Also